Skip to content

Commit

Permalink
Merge pull request #2827 from rsksmart/fix-docker
Browse files Browse the repository at this point in the history
Fix label on Dockerfile
  • Loading branch information
Vovchyk authored Oct 24, 2024
2 parents 02adb83 + ef5612d commit a61e6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN gpg --keyserver https://secchannel.rsk.co/SUPPORT.asc --recv-keys 1DC9157991
cp "rskj-core/build/libs/rskj-core-$version_number-$modifier-all.jar" rsk.jar

FROM eclipse-temurin:17-jre@sha256:f1515395c0695910a3ca665e973cc11013d1f50d265e61cb8c9156e999d914b4
LABEL org.opencontainers.image.authors="ops@rootstocklabs.com""
LABEL org.opencontainers.image.authors="ops@rootstocklabs.com"

RUN useradd -ms /sbin/nologin -d /var/lib/rsk rsk
USER rsk
Expand Down

0 comments on commit a61e6fe

Please sign in to comment.