Skip to content

Commit

Permalink
upgrading to python 3.11.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Jun 12, 2023
1 parent 7f7bfb9 commit 2ae99b3
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
Expand Up @@ -7,7 +7,7 @@

# This Dockerfile is used to build THE apsviz-ui-data python image

FROM python:3.11.3-slim
FROM python:3.11.4-slim

# update the image base
RUN apt-get update && apt-get -y upgrade
Expand Down

0 comments on commit 2ae99b3

Please sign in to comment.