Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG JDK=eclipse-temurin:11-jre-noble
ARG JDK=eclipse-temurin:11.0.29_7-jre-noble
ARG BUILD_DATE
ARG BUILD_VERSION
ARG BUILD_REF
Expand All @@ -10,7 +10,7 @@ ARG PYTHON_VERSION=3.13

######

FROM python:${PYTHON_VERSION}-alpine AS dev_stage
FROM python:${PYTHON_VERSION}.11-alpine3.23 AS dev_stage
RUN apk update
RUN apk add build-base
RUN pip install -U pylint
Expand Down