chore(deps): update debian docker tag to v12.10 #406

Merged
tim merged 1 commits from renovate/debian-12.x into prod 2025-03-20 12:51:09 +00:00

View File

@@ -21,7 +21,7 @@ COPY . ./
RUN npm run build
FROM debian:12.9@sha256:35286826a88dc879b4f438b645ba574a55a14187b483d09213a024dc0c0a64ed
FROM debian:12.10@sha256:18023f131f52fc3ea21973cabffe0b216c60b417fd2478e94d9d59981ebba6af
WORKDIR /web-app-template
RUN apt-get update && apt-get install -y ca-certificates && echo "" > .env
COPY migration ./migration