Skip to content

Commit

Permalink
Merge pull request #230 from moul/dependabot/docker/alpine-3.16.3
Browse files Browse the repository at this point in the history
chore(deps): bump alpine from 3.16.0 to 3.16.3
  • Loading branch information
moul authored Nov 16, 2022
2 parents afc0cb3 + 69e534b commit ee5ee14
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.16.0
FROM alpine:3.16.3
LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.name="bot" \
org.label-schema.description="" \
Expand Down

0 comments on commit ee5ee14

Please sign in to comment.