Skip to content

Commit 58d0d21

Browse files
authored
Docker base image update 3.11.14 (#1206)
* Update contact email for reporting CoC incidents Update outdated contact email for reporting Code of Conduct incidents * Update Python base image to version 3.11.14
1 parent bcbf512 commit 58d0d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Multi-stage Dockerfile
22
# Define the base image only once as a build argument
3-
ARG PYTHON_IMAGE=python:3.11.13-slim
3+
ARG PYTHON_IMAGE=python:3.11.14-slim
44

55
### Build stage
66
FROM ${PYTHON_IMAGE} AS builder

0 commit comments

Comments
 (0)