Skip to content

Commit 5217049

Browse files
committed
Update Dockerfile
Fix usage of alpha versions of Python
1 parent 210b199 commit 5217049

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.15.0a6-alpine
1+
FROM python:3.14.4-alpine
22
LABEL org.opencontainers.image.source=https://github.com/tomswartz07/AdventOfCodeLeaderboard
33
LABEL org.opencontainers.image.authors="tom+docker@tswartz.net"
44
LABEL description="Docker container to run a Slack bot which posts daily \

0 commit comments

Comments
 (0)