Skip to content

Commit

Permalink
Update maven-example/Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
glasnt authored Sep 17, 2024
1 parent cff0635 commit 31927a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maven-example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM eclipse-temurin:21-jdk-alpin
FROM eclipse-temurin:21-jdk-alpine
ARG JAR_FILE=JAR_FILE_MUST_BE_SPECIFIED_AS_BUILD_ARG
COPY ${JAR_FILE} app.jar
ENTRYPOINT ["java", "-jar", "/app.jar"]

0 comments on commit 31927a3

Please sign in to comment.