Skip to content

Commit de1de41

Browse files
authored
Merge pull request #191 from brave/renovate/alpine-3.x
Update alpine Docker tag to v3.19
2 parents 555e897 + c094efb commit de1de41

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)