Skip to content

Commit

Permalink
chore(deps): update oven/bun docker digest to a2cfc5b (#3230)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent c968b5a commit 5acd5b1
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: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
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: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
Expand Down

0 comments on commit 5acd5b1

Please sign in to comment.