Skip to content

Commit

Permalink
Merge pull request #95 from moul/dependabot/docker/alpine-3.15.1
Browse files Browse the repository at this point in the history
chore(deps): bump alpine from 3.15.0 to 3.15.1
  • Loading branch information
moul committed Mar 19, 2022
2 parents 44c210b + 8a0b0ff commit 78cac30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -14,7 +14,7 @@ COPY . ./
RUN make install

# minimalist runtime
FROM alpine:3.15.0
FROM alpine:3.15.1
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="generate-fake-data" \
org.label-schema.description="" \
Expand Down

0 comments on commit 78cac30

Please sign in to comment.