Skip to content

Commit

Permalink
chore(deps): update python docker tag to v3.12.6 (oxsecurity#3992)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 12, 2024
1 parent f48daf1 commit 5022da9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linters/lua_stylua/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Build wheel for megalinter python package
##################
FROM ghcr.io/astral-sh/uv:0.4.7 AS uv
FROM python:3.12.5-alpine3.20 AS build-ml-core
FROM python:3.12.6-alpine3.20 AS build-ml-core
WORKDIR /
COPY pyproject.toml .
COPY --from=uv /uv /bin/uv
Expand All @@ -38,7 +38,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
##################
# Get base image #
##################
FROM python:3.12.5-alpine3.20
FROM python:3.12.6-alpine3.20

#############################################################################################
## @generated by .automation/build.py using descriptor files, please do not update manually ##
Expand Down

0 comments on commit 5022da9

Please sign in to comment.