From c4eadd3a6d4461a239a25ab1661d2b0556588d8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 16:57:40 +0000 Subject: [PATCH] Bump hectorm/wasm from `d5d1bfc` to `ae47a2e` in the docker-all group Bumps the docker-all group with 1 update: hectorm/wasm. Updates `hectorm/wasm` from `d5d1bfc` to `ae47a2e` --- 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 a082865..1743c28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ## "build" stage ################################################## -FROM docker.io/hectorm/wasm:v64@sha256:d5d1bfc5b593a2ebf62dcd8c66404074a23537afa63ed690d86b14398535621e AS build +FROM docker.io/hectorm/wasm:v64@sha256:ae47a2e2aac4c6cea5d7c8d3dc3ff0b9a788b6c3bbf9764c524db97116450428 AS build # Environment ENV BUILDDIR=/tmp/build diff --git a/Dockerfile.native b/Dockerfile.native index 5e5c35b..6b8b6e1 100644 --- a/Dockerfile.native +++ b/Dockerfile.native @@ -2,7 +2,7 @@ ## "build" stage ################################################## -FROM docker.io/hectorm/wasm:v64@sha256:d5d1bfc5b593a2ebf62dcd8c66404074a23537afa63ed690d86b14398535621e AS build +FROM docker.io/hectorm/wasm:v64@sha256:ae47a2e2aac4c6cea5d7c8d3dc3ff0b9a788b6c3bbf9764c524db97116450428 AS build # Environment ENV BUILDDIR=/tmp/build