Skip to content

Commit

Permalink
Use 3.11-slim as base image
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt committed Nov 3, 2022
1 parent 6fc5bec commit 0793c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG RELEASE_RECEPTOR=1.0.0
FROM quay.io/project-receptor/receptor:${RELEASE_RECEPTOR} as receptor

FROM python:3.10-slim
FROM python:3.11.0-slim

ARG VERSION=latest
ARG IS_RELEASE=false
Expand Down

0 comments on commit 0793c95

Please sign in to comment.