Skip to content

Commit

Permalink
fix: Use ubuntu for the base image (#401)
Browse files Browse the repository at this point in the history
Use ubuntu for the base image
  • Loading branch information
mike-zorn authored Aug 16, 2024
1 parent 072aa0d commit 92aec6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM alpine:3.19.1
FROM ubuntu:22.04
# note that we're not using alpine because we need libresolv.

COPY ldcli /ldcli

Expand Down

0 comments on commit 92aec6e

Please sign in to comment.