1 Commits

Author SHA1 Message Date
f9c2cf108f Update docker minor+patch+digest updates
Some checks failed
Lint / lint (push) Failing after 6s
Build / build (pull_request) Failing after 19s
2026-01-13 12:06:56 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
FROM oven/bun:1.3.6@sha256:f20d9cf365ab35529384f1717687c739c92e6f39157a35a95ef06f4049a10e4a AS bun
FROM node:22.21.1-trixie-slim@sha256:c3bf4cf764467f1bf9789fde549971a2cf8e720196df6cf3f95bafa590e5f4af
FROM node:22.21.1-trixie-slim@sha256:1eac9a91e15a18028fde7dfeec489201461fb8716ebdd7e7190fe7f00a9a57a1
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:b84d52cd45bfe261096ccbf886955d431b8b9ed01b72eaef588e8886bda09e78
image: node:22.21.1@sha256:cce7201d07941891b16ef3bfda6a4687c5d2c56b5aa6b4917031190bbe9fb0f0
ports:
- ${PORT:?PORT missing}:80
volumes:
@@ -48,7 +48,7 @@ services:
tempo:
<<: *service-base
image: grafana/tempo:latest@sha256:b507643d29480c19735ab1146c9ec7237e7b601b712d44b182c047571804ff7f
image: grafana/tempo:latest@sha256:b41529df7ac8249cd7d9cf872a1dec523408732f20a21c548dac65a8df7f6afd
command: [-config.file=/etc/tempo.yaml]
volumes:
- ./telemetry/tempo.yaml:/etc/tempo.yaml