Skip to content

Commit

Permalink
build: update images that is build upon
Browse files Browse the repository at this point in the history
  • Loading branch information
seskildsen committed Jul 12, 2023
1 parent 17ce463 commit dbfd39c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM maven:3.8.6-eclipse-temurin-17-alpine AS builder
FROM maven:3.9.3-eclipse-temurin-17-alpine as builder

WORKDIR /arkivmeta

Expand All @@ -10,7 +10,7 @@ COPY src ./src

RUN mvn -e -B package

FROM eclipse-temurin:17.0.5_8-jdk-jammy
FROM eclipse-temurin:17.0.7_7-jdk-jammy

RUN apt update -y && apt upgrade -y

Expand Down

0 comments on commit dbfd39c

Please sign in to comment.