File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ services:
4343 - commitrack
4444
4545 db :
46- image : docker.io/postgres:18.0-alpine3.22@sha256:f898ac406e1a9e05115cc2efcb3c3abb3a92a4c0263f3b6f6aaae354cbb1953a
46+ image : docker.io/postgres:18.0-alpine3.22@sha256:48c8ad3a7284b82be4482a52076d47d879fd6fb084a1cbfccbd551f9331b0e40
4747 container_name : commitrack-db
4848 ports :
4949 - " 5432:5432"
@@ -61,7 +61,7 @@ services:
6161 - commitrack
6262
6363 cache :
64- image : docker.io/redis:8.2.2-bookworm@sha256:f0957bcaa75fd58a9a1847c1f07caf370579196259d69ac07f2e27b5b389b021
64+ image : docker.io/redis:8.2.2-bookworm@sha256:4521b581dbddea6e7d81f8fe95ede93f5648aaa66a9dacd581611bf6fe7527bd
6565 container_name : commitrack-cache
6666 ports :
6767 - " 6379:6379"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ COPY --from=root packages/common/ /common
2727RUN npm install -g npm && npm ci && npm run build && rm dist/*.tsbuildinfo
2828
2929# Production image --------------
30- FROM docker.io/node:22.20.0-bookworm-slim@sha256:d943bf20249f8b92eff6f605362df2ee9cf2d6ce2ea771a8886e126ec8714f08 AS runner
30+ FROM docker.io/node:22.20.0-bookworm-slim@sha256:b21fe589dfbe5cc39365d0544b9be3f1f33f55f3c86c87a76ff65a02f8f5848e AS runner
3131WORKDIR /app
3232
3333LABEL org.opencontainers.image.authors="8 Hobbies, LLC"
You can’t perform that action at this time.
0 commit comments