From 281ea361c3c17c4ddca51c62c9fe58f42e249895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 10:03:20 -0700 Subject: [PATCH] Bump alpine from 3.18.3 to 3.18.4 (#541) Bumps alpine from 3.18.3 to 3.18.4. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 944e349c..be712212 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,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.18.3 AS final +FROM alpine:3.18.4 AS final ARG GIT_REVISION=unknown LABEL revision ${GIT_REVISION} EXPOSE 8080