mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-09-07 15:04:54 +08:00
Use alpine-1.18 as the base image (#219)
This commit is contained in:
parent
5ea9a7ce15
commit
dc8172b673
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ RUN go mod download
|
|||
WORKDIR /app/cmd/backup
|
||||
RUN go build -o backup .
|
||||
|
||||
FROM alpine:3.17
|
||||
FROM alpine:3.18
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue