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