mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-09-05 22:14:27 +08:00
Bump alpine from 3.21 to 3.22
Bumps alpine from 3.21 to 3.22. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
b1f49ea3e1
commit
7fa5538cdc
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.21
|
||||
FROM alpine:3.22
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue