Skip to content

Commit

Permalink
chore: update packages in image builders (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongalex authored Nov 15, 2023
1 parent 09e982e commit 536314a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ RUN make

FROM alpine:3 AS collector
RUN apk add --no-cache ca-certificates
RUN apk update && apk upgrade
# Copy the binary to the production image from the builder stage.
COPY --from=amd64 /src/open-saves/build/collector /collector

Expand All @@ -75,6 +76,7 @@ CMD ["/collector"]

FROM alpine:3 AS server
RUN apk add --no-cache ca-certificates
RUN apk update && apk upgrade

# Copy the binary to the production image from the builder stage.
COPY --from=amd64 /src/open-saves/build/server /server
Expand Down

0 comments on commit 536314a

Please sign in to comment.