Skip to content

Commit 4310db7

Browse files
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>
1 parent a90081c commit 4310db7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21 AS build
1+
FROM alpine:3.22 AS build
22

33
WORKDIR /app
44

@@ -12,7 +12,7 @@ RUN go mod init github.com/itbm/postgresql-backup-s3 \
1212
&& go get github.com/robfig/cron/v3 \
1313
&& go build -o out/go-cron
1414

15-
FROM alpine:3.21
15+
FROM alpine:3.22
1616
LABEL maintainer="ITBM"
1717

1818
RUN apk update \

0 commit comments

Comments
 (0)