Use Python 3.11.4 in Dockerfile

This commit is contained in:
Hood Chatham 2023-06-12 16:04:29 -07:00
parent 71cc8bc925
commit f7b61b744a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM node:20.1.0-buster-slim AS node-image
FROM python:3.11.3-slim-buster
FROM python:3.11.4-slim-buster
# Requirements for building packages
RUN apt-get update \