File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- FROM python:3.14-slim AS backend
1+ FROM python:3.14-slim@sha256:6a27522252aef8432841f224d9baaa6e9fce07b07584154fa0b9a96603af7456 AS backend
22WORKDIR /app
33COPY backend/ backend/
44COPY pyproject.toml pyproject.toml
@@ -7,7 +7,7 @@ COPY pyproject.toml pyproject.toml
77# Note: This requires .env to exist.
88# COPY .env backend/.env
99
10- FROM node:24-slim AS frontend
10+ FROM node:24-slim@sha256:e8e2e91b1378f83c5b2dd15f0247f34110e2fe895f6ca7719dbb780f929368eb AS frontend
1111WORKDIR /app
1212COPY frontend/ frontend/
1313WORKDIR /app/frontend
@@ -21,7 +21,7 @@ ENV VITE_BASE_PATH=/static/
2121ENV VITE_APP_VERSION=${VERSION}
2222RUN npm run build
2323
24- FROM python:3.14-slim
24+ FROM python:3.14-slim@sha256:6a27522252aef8432841f224d9baaa6e9fce07b07584154fa0b9a96603af7456
2525LABEL maintainer="bartekmp"
2626LABEL description="Dockerfile for a Python backend with a Node.js frontend wordsearch game app called Osmosmjerka with PostgreSQL."
2727
You can’t perform that action at this time.
0 commit comments