We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661f00d commit 5a8e419Copy full SHA for 5a8e419
.github/workflows/build_java_docker.yml
@@ -65,7 +65,7 @@ jobs:
65
uses: docker/setup-qemu-action@v2
66
with:
67
image: tonistiigi/binfmt:latest
68
- platforms: linux/amd64,linux/arm64,linux/arm/v7
+ platforms: linux/amd64,linux/arm64
69
-
70
name: Inspect builder
71
run: |
@@ -90,7 +90,7 @@ jobs:
90
91
context: ./
92
file: ./Dockerfile
93
94
push: true
95
tags: amgamen/chatbot:${{ env.GIT_BRANCH_NAME }}
96
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM eclipse-temurin:21-jammy
+FROM eclipse-temurin:21-noble
2
LABEL maintainer="AMDev"
3
4
RUN groupadd --system -g 1001 telegrambot && adduser --uid 1001 --gid 1001 --disabled-password --shell /bin/false telegrambot
0 commit comments