Skip to content

Commit

Permalink
Update alpine Docker tag to v3.18 (#136)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 8, 2023
1 parent af890e7 commit cfad655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build \
-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}" \
-o main .

FROM alpine:3.6 as artifact
FROM alpine:3.18 as artifact
RUN apk add --update ca-certificates # Certificates for SSL
COPY --from=builder /src/main main

Expand Down

0 comments on commit cfad655

Please sign in to comment.