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.
2 parents 4d55e8f + 848940d commit 0d95a05Copy full SHA for 0d95a05
Dockerfile
@@ -13,7 +13,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build \
13
-ldflags "-X github.com/brave/go-sync/server.version=${VERSION} -X github.com/brave/go-sync/server.buildTime=${BUILD_TIME} -X github.com/brave/go-sync/server.commit=${COMMIT}" \
14
-o main .
15
16
-FROM alpine:3.21 as artifact
+FROM alpine:3.22 as artifact
17
RUN apk add --update ca-certificates # Certificates for SSL
18
COPY --from=builder /src/main main
19
0 commit comments