From a6821399d1208f4c7affb3ec0e7519c8ba06e198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:41:38 +0000 Subject: [PATCH] Bump hectorm/wasm from `4d5b597` to `548c730` in the docker-all group Bumps the docker-all group with 1 update: hectorm/wasm. Updates `hectorm/wasm` from `4d5b597` to `548c730` --- updated-dependencies: - dependency-name: hectorm/wasm dependency-type: direct:production dependency-group: docker-all ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.native | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index da9778d..b40f1fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ## "build" stage ################################################## -FROM docker.io/hectorm/wasm:v62@sha256:4d5b597466a797079637ecdd1042b6c800f02fdaa65b675f13f8d2f48bb698b6 AS build +FROM docker.io/hectorm/wasm:v62@sha256:548c730aecbd410f1c727fbf4c3d8618088c240bfee6603674ef872e19b933ea AS build # Environment ENV BUILDDIR=/tmp/build diff --git a/Dockerfile.native b/Dockerfile.native index e4243c1..27c7c5e 100644 --- a/Dockerfile.native +++ b/Dockerfile.native @@ -2,7 +2,7 @@ ## "build" stage ################################################## -FROM docker.io/hectorm/wasm:v62@sha256:4d5b597466a797079637ecdd1042b6c800f02fdaa65b675f13f8d2f48bb698b6 AS build +FROM docker.io/hectorm/wasm:v62@sha256:548c730aecbd410f1c727fbf4c3d8618088c240bfee6603674ef872e19b933ea AS build # Environment ENV BUILDDIR=/tmp/build