Skip to content

Commit 164b9d7

Browse files
committed
Bump flake8 to 7.3.0
1 parent 5a14171 commit 164b9d7

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

flake8/Containerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
ARG CONTAINER_REGISTRY=docker.io/boxcutter
2-
FROM $CONTAINER_REGISTRY/python:3.9-jammy
1+
# syntax=docker/dockerfile:1
2+
ARG BASE_IMAGE=docker.io/boxcutter/python:3.13-noble
3+
# hadolint ignore=DL3006
4+
FROM $BASE_IMAGE AS base
35

46
ARG FLAKE8_VERSION
57
WORKDIR /code

flake8/docker-bake.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ variable "IMAGE_NAME" {
33
}
44

55
variable "VERSION" {
6-
default = "7.2.0"
6+
default = "7.3.0"
77
}
88

99
variable "CONTAINER_REGISTRY" {

0 commit comments

Comments
 (0)