Update docker minor+patch+digest updates
Some checks failed
Build / build (pull_request) Failing after 19s
Lint / lint (push) Failing after 6s

This commit is contained in:
2025-11-04 12:04:55 +00:00
parent 67a53e351f
commit d603e0ca2c
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
FROM oven/bun:1.3.1@sha256:9c5d3c92b234b4708198577d2f39aab7397a242a40da7c2f059e51b9dc62b408 AS bun
FROM node:22.21.1-trixie-slim@sha256:201589f5a2dcf80775d1397b0c00ed05a7efe10c263075222d2c5ade13d5202b
FROM node:22.21.1-trixie-slim@sha256:8b9d306f8e6d9e3d2d707df9d440d526433ad633bbaaaff608f51d0b3f83063e
COPY --from=bun /usr/local/bin/bun \
/usr/local/bin/bunx \
/usr/local/bin/

View File

@@ -35,7 +35,7 @@ services:
webapp:
<<: *service-base
image: node:22.21.1@sha256:22ab967fdf8d9ce32387d0c06ab2e32c6793d860bb93ccce6e27927ccdfeee6d
image: node:22.21.1@sha256:4f6d253e4ddf8407f79f9cd06a70272af5bf4f640d89241dac680f13a332dbad
ports:
- ${PORT:?PORT missing}:80
volumes:
@@ -48,7 +48,7 @@ services:
tempo:
<<: *service-base
image: grafana/tempo:latest@sha256:56528c858bfdfd64ae28b4d2ee825e3ac50e2315eb4e08de94364d0587aff364
image: grafana/tempo:latest@sha256:44b5920a0500bf1745f42730671430a62092e12478117817263cb7dba8ad9b23
command: [-config.file=/etc/tempo.yaml]
volumes:
- ./telemetry/tempo.yaml:/etc/tempo.yaml