mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-10-06 05:14:31 +08:00
Update base image to alpine:3.16 (#124)
This commit is contained in:
parent
2b7f0c52c0
commit
b2d4c48082
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue