Skip to content

Commit 20f5b3d

Browse files
authored
Merge pull request #17 from itbm/dependabot/docker/alpine-3.22
2 parents a90081c + 4310db7 commit 20f5b3d

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)