Skip to content

Commit

Permalink
🤖 Update registry.access.redhat.com/ubi9/ubi-minimal image ref in Doc…
Browse files Browse the repository at this point in the history
…kerfiles from 3e313209ac6 to b7a3642d624 (#76)

Co-authored-by: lance <[email protected]>
  • Loading branch information
github-actions[bot] and lance authored Dec 19, 2023
1 parent 714b89d commit c14908c
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 @@ -28,7 +28,7 @@ RUN git config --global --add safe.directory /opt/app-root/src && \
CGO_ENABLED=0 go build -mod=readonly -ldflags "${SERVER_LDFLAGS}" ./cmd/timestamp-server

# Multi-Stage production build
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:3e313209ac617a92b50350286752311d99ea2dafc429ef0e5311889294b0bc21 as deploy
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:b7a3642d6245446da03d14482740be5f2fe58f30b9dfe001e89a39071a50edfc as deploy

# Retrieve the binary from the previous stage
COPY --from=builder /opt/app-root/src/timestamp-server /usr/local/bin/timestamp-server
Expand Down

0 comments on commit c14908c

Please sign in to comment.