From 3fc98d2689f9fa7e815dff0634e7c6127532bab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 16:21:11 +0000 Subject: [PATCH] Bump hectorm/wasm from `78803a8` to `0a0e399` Bumps hectorm/wasm from `78803a8` to `0a0e399`. --- updated-dependencies: - dependency-name: hectorm/wasm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.native | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bfb7d9c..81b2d28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ## "build" stage ################################################## -FROM docker.io/hectorm/wasm:v56@sha256:78803a8204825d3347ffcefa7e9fa1985824252fcfb5c6e23f09a9c71ec5bc9d AS build +FROM docker.io/hectorm/wasm:v56@sha256:0a0e399cf28c43f1672ab220c250045a311279e5a3e1c9af1370c9cdf5182355 AS build # Environment ENV BUILDDIR=/tmp/build diff --git a/Dockerfile.native b/Dockerfile.native index e5481bf..8f9145a 100644 --- a/Dockerfile.native +++ b/Dockerfile.native @@ -2,7 +2,7 @@ ## "build" stage ################################################## -FROM docker.io/hectorm/wasm:v56@sha256:78803a8204825d3347ffcefa7e9fa1985824252fcfb5c6e23f09a9c71ec5bc9d AS build +FROM docker.io/hectorm/wasm:v56@sha256:0a0e399cf28c43f1672ab220c250045a311279e5a3e1c9af1370c9cdf5182355 AS build # Environment ENV BUILDDIR=/tmp/build