Skip to content

Commit

Permalink
Update base image to alpine:3.16 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
m90 authored Aug 15, 2022
1 parent 2b7f0c5 commit b2d4c48
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 @@ -10,7 +10,7 @@ COPY cmd/backup ./cmd/backup/
WORKDIR /app/cmd/backup
RUN go build -o backup .

FROM alpine:3.15
FROM alpine:3.16

WORKDIR /root

Expand Down

0 comments on commit b2d4c48

Please sign in to comment.