From 605778bcaf1effaa371c45556b7d12930088c3a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 05:55:34 +0000 Subject: [PATCH] docker: bump jauderho/alpine from `51562d2` to `3d63312` Bumps [jauderho/alpine](https://github.com/jauderho/dockerfiles) from `51562d2` to `3d63312`. - [Commits](https://github.com/jauderho/dockerfiles/commits) --- updated-dependencies: - dependency-name: jauderho/alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 89f64954..be4873ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN apk update \ #FROM scratch -FROM ghcr.io/jauderho/alpine:3.20.3@sha256:51562d2447c5ceb841c786bba9442f16657bcadfea9b2891342d9719cdc23828 +FROM ghcr.io/jauderho/alpine:3.20.3@sha256:3d63312b7c4362cfd2aeff2603c2c001dce3dcad6685264ef54d8623224e41f7 LABEL org.opencontainers.image.authors="Jauder Ho " LABEL org.opencontainers.image.url="https://github.com/jauderho/bl3auto"