Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
aquestry committed Dec 30, 2024
1 parent 7997233 commit 01b14bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
- name: Build and push Docker image
run: |
docker buildx build \
--platform linux/arm64,linux/amd64,linux/arm64/v8 \
--platform linux/amd64 \
--tag anton691/simple-parkour:latest \
--push .
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM amazoncorretto:latest
FROM openjdk:21-slim
ENV JAVA_HOME=/usr/local/openjdk-21
ENV PATH="$JAVA_HOME/bin:$PATH"
WORKDIR /app
Expand Down

0 comments on commit 01b14bf

Please sign in to comment.