Skip to content

Commit

Permalink
Use alpine base for final images (#4)
Browse files Browse the repository at this point in the history
Discussion in #3 says that the final image didn't need golang.
  • Loading branch information
mark-rushakoff authored Oct 27, 2022
1 parent eb88abe commit ce7383a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN if [ "${TARGETARCH}" = "arm64" ] && [ "${BUILDARCH}" != "arm64" ]; then \

FROM boxboat/config-merge:latest as config-merge

FROM golang:1.19-alpine
FROM alpine:3

RUN apk add --no-cache \
curl \
Expand Down
2 changes: 1 addition & 1 deletion native.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN make

FROM boxboat/config-merge:latest as config-merge

FROM golang:1.19-alpine
FROM alpine:3

RUN apk add --no-cache \
curl \
Expand Down

0 comments on commit ce7383a

Please sign in to comment.