chore(deps): update eclipse-temurin docker tag to v21.0.5_11-jre-alpine

This commit is contained in:
renovate[bot] 2024-10-28 01:01:20 +00:00 committed by GitHub
parent f04a253f58
commit 5fe329aa5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
FROM eclipse-temurin:21-jre-alpine
FROM eclipse-temurin:21.0.5_11-jre-alpine
RUN addgroup -g 1000 java \
&& adduser -Ss /bin/false -u 1000 -G java -h /home/java java