Skip to content

Commit

Permalink
attempting 3.10-slim
Browse files Browse the repository at this point in the history
Signed-off-by: Duncan Ragsdale <88173870+Thistleman@users.noreply.github.com>
  • Loading branch information
Thistleman committed May 2, 2024
1 parent fb69546 commit edb5c99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.0.0-experimental
FROM python:3.9-slim as base
FROM python:3.10-slim as base

SHELL ["/bin/bash", "-c"]

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.worker
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.0.0-experimental
FROM python:3.9-slim as base
FROM python:3.10-slim as base

SHELL ["/bin/bash", "-c"]

Expand Down

0 comments on commit edb5c99

Please sign in to comment.