Skip to content

Commit e8c5ca6

Browse files
Update docker alpine:3.19 to use ruby 3.0
1 parent 0f3edb7 commit e8c5ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/CI/README_Metadata_StyleCheck/Dockerfile.dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.12
1+
FROM alpine:3.19
22
LABEL author="Hamish Duff <[email protected]>"
33
ENV PYTHONUNBUFFERED=1
44
# Add scripts for the check.
@@ -13,4 +13,4 @@ RUN echo "**** Install Ruby and mdl ****" && \
1313
echo "**** Install Python ****" && \
1414
apk add --no-cache python3 && \
1515
if [ ! -e /usr/bin/python ]; then ln -sf python3 /usr/bin/python ; fi
16-
ENTRYPOINT ["python3", "/entry.py"]
16+
ENTRYPOINT ["python3", "/entry.py"]

0 commit comments

Comments
 (0)