Skip to content

Commit 0d95a05

Browse files
authored
Merge pull request #335 from brave/renovate/alpine-3-x
Update alpine Docker tag to v3.22
2 parents 4d55e8f + 848940d commit 0d95a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build \
1313
-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}" \
1414
-o main .
1515

16-
FROM alpine:3.21 as artifact
16+
FROM alpine:3.22 as artifact
1717
RUN apk add --update ca-certificates # Certificates for SSL
1818
COPY --from=builder /src/main main
1919

0 commit comments

Comments
 (0)