Skip to content

Commit

Permalink
chore(deps): update debian:bullseye-slim docker digest to 8118d0d
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent 75c034d commit 7342731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/trackx-api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Install NPM modules including building node-gyp binaries e.g., better-sqlite3
FROM debian:bullseye-slim@sha256:610b4c7ad241e66f6e2f9791e3abdf0cc107a69238ab21bf9b4695d51fd6366a AS install_deps
FROM debian:bullseye-slim@sha256:8118d0da5204dcc2f648d416b4c25f97255a823797aeb17495a01f2eb9c1b487 AS install_deps
ENV SQLITE_TOOLS_URL https://www.sqlite.org/2022/sqlite-tools-linux-x86-3390200.zip
ENV SQLITE_TOOLS_SHA3 8b5772985ec251c6c773e6e831f15e28ccbb31cd910285135ad998f1655b3a11
RUN set -xe \
Expand Down Expand Up @@ -35,7 +35,7 @@ RUN set -xe \
&& pnpm install --prod --no-lockfile

# Make release image
FROM debian:bullseye-slim@sha256:610b4c7ad241e66f6e2f9791e3abdf0cc107a69238ab21bf9b4695d51fd6366a
FROM debian:bullseye-slim@sha256:8118d0da5204dcc2f648d416b4c25f97255a823797aeb17495a01f2eb9c1b487
ENV NODE_ENV production
RUN set -xe \
&& groupadd -g 5063 -r nodejs \
Expand Down

0 comments on commit 7342731

Please sign in to comment.