We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555e897 commit c094efbCopy full SHA for c094efb
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.18 as artifact
+FROM alpine:3.19 as artifact
17
RUN apk add --update ca-certificates # Certificates for SSL
18
COPY --from=builder /src/main main
19
0 commit comments