Skip to content
This repository was archived by the owner on May 2, 2025. It is now read-only.

Commit 5ff123e

Browse files
committed
Fix Alpine Docker image version
1 parent 5e9a7d6 commit 5ff123e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.cookiecutter/cookiecutter.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"Makefile",
1717
"tox.ini",
1818
"flower/*",
19-
"tests/*"
19+
"tests/*",
20+
"Dockerfile"
2021
],
2122
"extra_context": {
2223
"name": "Flower",

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.12.8-alpine3.16
1+
FROM python:3.12.8-alpine3.21
22

33
RUN apk add --no-cache nginx supervisor
44

0 commit comments

Comments
 (0)