From 5186f01b959b98b634b244bd274782b768149f2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:33:49 +0000 Subject: [PATCH] chore(deps): update oven/bun docker digest to 176aa9f --- frontend/Dockerfile | 2 +- frontend/Dockerfile.azure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index fce0554d9e..ca6c922d18 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM oven/bun@sha256:bc86a6784c7b2987b28b73bd80eef1cabc438e4ca8950a8b1e8af1c31958c8d8 +FROM oven/bun@sha256:176aa9fb399baf81c9ad31a72463744f62d691e3d6625e68ea5b33ea681a9f60 # 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 d17df786e6..86305facce 100644 --- a/frontend/Dockerfile.azure +++ b/frontend/Dockerfile.azure @@ -1,6 +1,6 @@ # ---- Build Stage ---- # alpine -FROM oven/bun@sha256:bc86a6784c7b2987b28b73bd80eef1cabc438e4ca8950a8b1e8af1c31958c8d8 as build +FROM oven/bun@sha256:176aa9fb399baf81c9ad31a72463744f62d691e3d6625e68ea5b33ea681a9f60 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