Skip to content

Commit

Permalink
Merge pull request #26 from cybozu-go/migrate-to-ghcr
Browse files Browse the repository at this point in the history
Use base image from ghcr.io
  • Loading branch information
yokaze authored Sep 12, 2024
2 parents 4e39f5c + b222188 commit 7b57b4b
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 7b57b4b

Please sign in to comment.