Skip to content

Commit

Permalink
Merge pull request #687 from openmeterio/dependabot/docker/distroless…
Browse files Browse the repository at this point in the history
…/base-debian11-2808521

chore(deps): bump distroless/base-debian11 from `9d4e568` to `2808521`
  • Loading branch information
sagikazarmark authored Mar 12, 2024
2 parents f06f9ac + da533c3 commit f2640df
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 @@ -35,7 +35,7 @@ RUN xx-verify /usr/local/bin/openmeter
RUN go build -ldflags "-linkmode external -extldflags \"-static\" -X main.version=${VERSION}" -tags musl -o /usr/local/bin/openmeter-sink-worker ./cmd/sink-worker
RUN xx-verify /usr/local/bin/openmeter-sink-worker

FROM gcr.io/distroless/base-debian11:latest@sha256:9d4e5680d67c984ac9c957f66405de25634012e2d5d6dc396c4bdd2ba6ae569f AS distroless
FROM gcr.io/distroless/base-debian11:latest@sha256:280852156756ea3f39f9e774a30346f2e756244e1f432aea3061c4ac85d90a66 AS distroless

COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

Expand Down

0 comments on commit f2640df

Please sign in to comment.