Skip to content

Commit

Permalink
Merge pull request #81 from moul/dependabot/docker/alpine-3.15.1
Browse files Browse the repository at this point in the history
build(deps): Bump alpine from 3.15.0 to 3.15.1
  • Loading branch information
moul committed Mar 19, 2022
2 parents eaad324 + 705a1a1 commit 299ed1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
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="captcha" \
org.label-schema.description="" \
Expand Down

0 comments on commit 299ed1c

Please sign in to comment.