Skip to content

Commit

Permalink
Bump alpine from 3.17.3 to 3.18.0 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 15, 2023
1 parent 8deed66 commit 424e963
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 @@ -33,7 +33,7 @@ COPY --from=assets /src/app/build /src/app/build
ARG RUST_FEATURES=default
RUN ASSET_DIR=/src/app/build cargo build --workspace --release --features ${RUST_FEATURES}

FROM alpine:3.17.3 AS final
FROM alpine:3.18.0 AS final
ARG GIT_REVISION=unknown
LABEL revision ${GIT_REVISION}
EXPOSE 8080
Expand Down

0 comments on commit 424e963

Please sign in to comment.