Skip to content

Commit

Permalink
Merge pull request #118 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 a7ba0bb + a5aed2d commit 9666167
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="prefix" \
org.label-schema.description="" \
Expand Down

0 comments on commit 9666167

Please sign in to comment.