Skip to content

Commit

Permalink
Upgrade Docker image to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jtackaberry committed Jun 22, 2023
1 parent 4ef47a0 commit bb5d6b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM python:3.9-alpine
FROM python:3.11-alpine
COPY build/luadox /usr/local/bin
CMD luadox
CMD luadox
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ build/pkg/luadox/version.py: .git/refs/tags .git/refs/heads
@echo "__version__ = \"$(TAG)\"" >> build/pkg/luadox/version.py

docker: luadox
docker build --pull .
docker build --pull -t luadox:latest .

.PHONY: release
release: build/luadox
Expand Down

0 comments on commit bb5d6b3

Please sign in to comment.