Skip to content

Commit

Permalink
Update ARM container to python 3.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PSzczepanski1996 committed Dec 6, 2024
1 parent e9962d5 commit 9403ea1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/arm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM python:3.13.0-alpine3.20
FROM python:3.13.1-alpine3.20
WORKDIR /code
ARG DEBIAN_FRONTEND=noninteractive
ADD . /code
Expand Down

0 comments on commit 9403ea1

Please sign in to comment.