We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ecc03f commit 661f00dCopy full SHA for 661f00d
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM eclipse-temurin:17-jammy
+FROM eclipse-temurin:21-jammy
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