Skip to content

Commit de3ab7c

Browse files
chore(deps): update alpine docker tag to v3.22
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent 92aed64 commit de3ab7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

upstream/images/api.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG TARGETOS
66
ARG TARGETARCH
77
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o api-server ./api/cmd/api/...
88

9-
FROM alpine:3.21
9+
FROM alpine:3.22
1010

1111
RUN apk --no-cache add git ca-certificates openssh-client && addgroup -S hub && adduser -S hub -G hub
1212
USER hub

upstream/images/db.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ARG TARGETARCH
77

88
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o db-migration ./api/cmd/db/...
99

10-
FROM alpine:3.21
10+
FROM alpine:3.22
1111

1212
RUN apk --no-cache add ca-certificates && addgroup -S hub && adduser -S hub -G hub
1313
USER hub

0 commit comments

Comments
 (0)