Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Update any outdated dependencies in our Docker image.
Browse files Browse the repository at this point in the history
Co-authored-by: jcrichlake <[email protected]>
Co-authored-by: pluckyswan <[email protected]>
  • Loading branch information
3 people committed Jun 19, 2024
1 parent 1020f37 commit a5f3a37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Use Linux-Alpine image
FROM amazoncorretto:17.0.11-alpine

RUN apk -U upgrade

ARG JAR_LIB_FILE=./app/build/libs/app-all.jar

# Create directory and switch to it
Expand Down

0 comments on commit a5f3a37

Please sign in to comment.