Skip to content

Commit

Permalink
chore(deps): update oven/bun docker digest to 39c20dc
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 24, 2024
1 parent 2821a6b commit b537732
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oven/bun@sha256:bab7a01367f417384cff3d8d7e153db620bbc21c02da21c58ecbac722d589355
FROM oven/bun@sha256:39c20dc298fdeaf5d1052ae9a31f19e46d4b13e329920e9754ea231a285ce65d
# 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
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile.azure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ---- Build Stage ----
# alpine
FROM oven/bun@sha256:bab7a01367f417384cff3d8d7e153db620bbc21c02da21c58ecbac722d589355 as build
FROM oven/bun@sha256:39c20dc298fdeaf5d1052ae9a31f19e46d4b13e329920e9754ea231a285ce65d 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
Expand Down

0 comments on commit b537732

Please sign in to comment.