We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a14171 commit 164b9d7Copy full SHA for 164b9d7
flake8/Containerfile
@@ -1,5 +1,7 @@
1
-ARG CONTAINER_REGISTRY=docker.io/boxcutter
2
-FROM $CONTAINER_REGISTRY/python:3.9-jammy
+# syntax=docker/dockerfile:1
+ARG BASE_IMAGE=docker.io/boxcutter/python:3.13-noble
3
+# hadolint ignore=DL3006
4
+FROM $BASE_IMAGE AS base
5
6
ARG FLAKE8_VERSION
7
WORKDIR /code
flake8/docker-bake.hcl
@@ -3,7 +3,7 @@ variable "IMAGE_NAME" {
}
variable "VERSION" {
- default = "7.2.0"
+ default = "7.3.0"
8
9
variable "CONTAINER_REGISTRY" {
0 commit comments