Skip to content

Commit

Permalink
Use base image from ghcr.io
Browse files Browse the repository at this point in the history
Signed-off-by: Daichi Sakaue <[email protected]>
  • Loading branch information
yokaze committed Sep 12, 2024
1 parent 4e39f5c commit b222188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.cli
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY cmd/necoperf-cli cmd/necoperf-cli
COPY internal internal
RUN CGO_ENABLED=0 go build -ldflags="-w -s" -o necoperf-cli ./cmd/necoperf-cli

FROM quay.io/cybozu/pause:3.9 as pause
FROM ghcr.io/cybozu/pause:3.9 as pause
FROM ghcr.io/cybozu/ubuntu:22.04
LABEL org.opencontainers.image.source https://github.com/cybozu-go/necoperf

Expand Down

0 comments on commit b222188

Please sign in to comment.