Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.12.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-jackfan.us.kg[bot] authored Oct 2, 2024
1 parent e3306f0 commit 9207249
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ FROM dart:3.4.2-sdk as dart
FROM mcr.microsoft.com/dotnet/sdk:8.0.301-alpine3.19 as dotnet-sdk
FROM mcr.microsoft.com/powershell:7.4-alpine-3.17 as powershell

FROM python:3.12.3-alpine3.19 as clang-format
FROM python:3.12.7-alpine3.19 as clang-format

RUN apk add --no-cache \
build-base \
Expand All @@ -56,7 +56,7 @@ RUN cmake \
&& ninja clang-format \
&& mv /tmp/llvm-project/llvm/build/bin/clang-format /usr/bin

FROM python:3.12.3-alpine3.19 as python-builder
FROM python:3.12.7-alpine3.19 as python-builder

RUN apk add --no-cache \
bash
Expand All @@ -67,7 +67,7 @@ COPY dependencies/python/ /stage
WORKDIR /stage
RUN ./build-venvs.sh && rm -rfv /stage

FROM python:3.12.3-alpine3.19 as npm-builder
FROM python:3.12.7-alpine3.19 as npm-builder

RUN apk add --no-cache \
bash \
Expand Down Expand Up @@ -98,7 +98,7 @@ COPY TEMPLATES/.tflint.hcl /action/lib/.automation/
# Initialize TFLint plugins so we get plugin versions listed when we ask for TFLint version
RUN tflint --init -c /action/lib/.automation/.tflint.hcl

FROM python:3.12.3-alpine3.19 as lintr-installer
FROM python:3.12.7-alpine3.19 as lintr-installer

RUN apk add --no-cache \
bash \
Expand All @@ -115,7 +115,7 @@ FROM powershell as powershell-installer
# when copying PowerShell stuff in the main image
RUN echo "${PS_INSTALL_FOLDER}" > /tmp/PS_INSTALL_FOLDER

FROM python:3.12.3-alpine3.19 as base_image
FROM python:3.12.7-alpine3.19 as base_image

LABEL com.github.actions.name="Super-Linter" \
com.github.actions.description="Super-linter is a ready-to-run collection of linters and code analyzers, to help validate your source code." \
Expand Down

0 comments on commit 9207249

Please sign in to comment.