From 5acd5b19905ced01b5ddeed0b584aa273816ad68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 17:56:13 +0000 Subject: [PATCH] chore(deps): update oven/bun docker digest to a2cfc5b (#3230) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/Dockerfile | 2 +- frontend/Dockerfile.azure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 3d27a1dcf4..41777f3c81 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM oven/bun@sha256:8aa292f92da2853b9a659f08c7b80b7cf37fc1174ec46dbe48bafb7f90e0b7e7 +FROM oven/bun@sha256:a2cfc5be5d01deb5dda7b8d9dc7f8f544449bbf66313f54ac2fb107081482ff0 # hadolint ignore=DL3008 RUN apt-get update && apt-get -y --no-install-recommends install unzip && apt-get clean && rm -rf /var/lib/apt/lists/* RUN useradd -ms /bin/bash app diff --git a/frontend/Dockerfile.azure b/frontend/Dockerfile.azure index 70f7b53d39..986179b855 100644 --- a/frontend/Dockerfile.azure +++ b/frontend/Dockerfile.azure @@ -1,6 +1,6 @@ # ---- Build Stage ---- # alpine -FROM oven/bun@sha256:8aa292f92da2853b9a659f08c7b80b7cf37fc1174ec46dbe48bafb7f90e0b7e7 as build +FROM oven/bun@sha256:a2cfc5be5d01deb5dda7b8d9dc7f8f544449bbf66313f54ac2fb107081482ff0 as build RUN apt-get update && apt-get -y install unzip=6.0-26+deb11u1 --no-install-recommends && apt-get clean && rm -rf /var/lib/apt/lists/* WORKDIR /home/bun/app