Skip to content

Commit

Permalink
Fix amp-syncer image not found GLIBC error
Browse files Browse the repository at this point in the history
  • Loading branch information
wangeguo committed Oct 12, 2023
1 parent 312c843 commit 79a9639
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.5.8"
version = "0.5.9"
edition = "2021"
license = "Apache-2.0"
repository = "https://github.com/amphitheatre-app/amphitheatre"
Expand Down
2 changes: 1 addition & 1 deletion syncer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ RUN cargo build --release --bin amp-syncer
# the smallest image possible. This often means using a different and smaller
# image than the one used for building the application, but for illustrative
# purposes the "base" image is used here.
FROM gcr.io/distroless/cc:nonroot AS runtime
FROM gcr.io/distroless/cc-debian12:nonroot AS runtime

# Copy the executable from the "building" stage.
COPY --from=builder \
Expand Down

0 comments on commit 79a9639

Please sign in to comment.