Skip to content

Commit 0ffeaa8

Browse files
author
Somogyi Márton
committed
enh: update Dockerfile to use Python 3.13-alpine
1 parent b66782e commit 0ffeaa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY webapp/public public
1010
RUN npm run build
1111

1212
# run python app
13-
FROM python:3.2-alpine
13+
FROM python:3.13-alpine
1414

1515
ENV GUI_PORT_LISTEN 8080
1616
ENV PROXY_PORT_LISTEN 8081

0 commit comments

Comments
 (0)