Skip to content

Commit

Permalink
chore(Docker):[#1222] TRG 4.02 Use minor or major Image Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ds-jhartmann committed Jul 23, 2024
1 parent a06f2b3 commit 5a98ba0
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 @@ -39,7 +39,7 @@ COPY tx-backend tx-backend
RUN --mount=type=cache,target=/root/.m2 mvn -B clean package -pl :$BUILD_TARGET -am -DskipTests

# Copy the jar and build image
FROM eclipse-temurin:21-jre-alpine@sha256:23467b3e42617ca197f43f58bc5fb03ca4cb059d68acd49c67128bfded132d67 AS traceability-app
FROM eclipse-temurin:21-jre-alpine AS traceability-app

ARG UID=10000
ARG GID=1000
Expand Down

0 comments on commit 5a98ba0

Please sign in to comment.