Skip to content

Commit 2267c9e

Browse files
chore(deps): pin dependencies (#156)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 063e30f commit 2267c9e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.14-slim AS backend
1+
FROM python:3.14-slim@sha256:6a27522252aef8432841f224d9baaa6e9fce07b07584154fa0b9a96603af7456 AS backend
22
WORKDIR /app
33
COPY backend/ backend/
44
COPY 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
1111
WORKDIR /app
1212
COPY frontend/ frontend/
1313
WORKDIR /app/frontend
@@ -21,7 +21,7 @@ ENV VITE_BASE_PATH=/static/
2121
ENV VITE_APP_VERSION=${VERSION}
2222
RUN npm run build
2323

24-
FROM python:3.14-slim
24+
FROM python:3.14-slim@sha256:6a27522252aef8432841f224d9baaa6e9fce07b07584154fa0b9a96603af7456
2525
LABEL maintainer="bartekmp"
2626
LABEL description="Dockerfile for a Python backend with a Node.js frontend wordsearch game app called Osmosmjerka with PostgreSQL."
2727

0 commit comments

Comments
 (0)