mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-07-11 15:26:17 +02:00
Bump alpine from 3.23 to 3.24 (#799)
Bumps alpine from 3.23 to 3.24. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.24' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ COPY . .
|
||||
WORKDIR /app/cmd/backup
|
||||
RUN go build -o backup .
|
||||
|
||||
FROM alpine:3.23
|
||||
FROM alpine:3.24
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
|
||||
Reference in New Issue
Block a user