Skip to content

Commit c094efb

Browse files
Update alpine Docker tag to v3.19
1 parent 555e897 commit c094efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
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.18 as artifact
16+
FROM alpine:3.19 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)