We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b11d62 commit aed55ceCopy full SHA for aed55ce
upstream/images/api.Dockerfile
@@ -6,7 +6,7 @@ ARG TARGETOS
6
ARG TARGETARCH
7
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o api-server ./api/cmd/api/...
8
9
-FROM alpine:3.21
+FROM alpine:3.23
10
11
RUN apk --no-cache add git ca-certificates openssh-client && addgroup -S hub && adduser -S hub -G hub
12
USER hub
upstream/images/db.Dockerfile
@@ -7,7 +7,7 @@ ARG TARGETARCH
RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -o db-migration ./api/cmd/db/...
RUN apk --no-cache add ca-certificates && addgroup -S hub && adduser -S hub -G hub
13
0 commit comments