Skip to content

Commit

Permalink
use wolfi glibc image for runtime
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Thamdrup <[email protected]>
  • Loading branch information
dallemon committed Nov 28, 2023
1 parent ce11499 commit 9383ddd
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 @@ -26,7 +26,7 @@ COPY --from=build-env /go/src/github.com/ergochat/ergo/languages /ircd-bin/langu
COPY --from=build-env /go/src/github.com/ergochat/ergo/ergo.motd /ircd/ergo.motd

## build ergo container
FROM cgr.dev/chainguard/busybox:latest AS runtime
FROM cgr.dev/chainguard/busybox:latest-glibc AS runtime

# metadata
LABEL maintainer="Daniel Oaks <[email protected]>,Daniel Thamdrup <[email protected]>" \
Expand Down

0 comments on commit 9383ddd

Please sign in to comment.