Skip to content

Commit

Permalink
Merge pull request #66 from geniusyield/bump-base-image-version
Browse files Browse the repository at this point in the history
Bump base image version
  • Loading branch information
4TT1L4 authored Aug 19, 2024
2 parents 5596a10 + b4a4385 commit 9ec756a
Showing 1 changed file with 1 addition and 1 deletion.
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
ARG PYTHON_VERSION=3.12.3
ARG PYTHON_VERSION=3.12
FROM python:${PYTHON_VERSION}-slim AS base

# Prevents Python from writing pyc files.
Expand Down

0 comments on commit 9ec756a

Please sign in to comment.