Skip to content

Commit

Permalink
use alpine image for container
Browse files Browse the repository at this point in the history
otherwise secure connections will fail because CA certs are not in the
image
  • Loading branch information
odrling committed Jul 16, 2024
1 parent 9fd95ce commit faba20f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/ContainerFile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM scratch
FROM docker.io/alpine
COPY producer /
EXPOSE 8140
ENTRYPOINT ["/producer"]

0 comments on commit faba20f

Please sign in to comment.