Skip to content

Commit

Permalink
chore: bump alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
zachfi committed May 24, 2022
1 parent d2f2bac commit 56b92a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15
FROM alpine:3.16
COPY ./weigh /bin/weigh
RUN chmod 0700 /bin/weigh
RUN apk --update add ca-certificates
Expand Down
2 changes: 1 addition & 1 deletion build/package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.15
FROM alpine:3.16
COPY weigh /bin/weigh
RUN apk --update add ca-certificates
RUN apk add tzdata
Expand Down

0 comments on commit 56b92a8

Please sign in to comment.