Skip to content

Commit

Permalink
Update python Docker tag to v3.12.5 (#148)
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 Aug 8, 2024
1 parent 05f971e commit 8886fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-fullbuild/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax = docker/dockerfile:latest

FROM python:3.12.4-alpine3.19 as base
FROM python:3.12.5-alpine3.19 as base

Check warning on line 3 in base-fullbuild/Dockerfile

View workflow job for this annotation

GitHub Actions / Set up Docker

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/
ARG TARGETARCH

LABEL maintainer='modem7'
Expand Down

0 comments on commit 8886fc7

Please sign in to comment.