Skip to content

Commit

Permalink
Merge pull request #405 from helium/madninja/bump_alpine
Browse files Browse the repository at this point in the history
Bump runner alpine to 3.17.3 for CVEs
  • Loading branch information
madninja committed Apr 6, 2023
2 parents 1a90880 + 8981830 commit 77772b7
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 @@ -57,7 +57,7 @@ RUN mv target/release/helium_gateway .
# Run steps run in a VM based on the target architecture
# Produces image for target architecture
# ------------------------------------------------------------------------------
FROM alpine:3.17.1
FROM alpine:3.17.3
ENV RUST_BACKTRACE=1
ENV GW_LISTEN="0.0.0.0:1680"
RUN apk add --no-cache --update \
Expand Down

0 comments on commit 77772b7

Please sign in to comment.