Skip to content

Commit

Permalink
Updated base image versions and gosu version
Browse files Browse the repository at this point in the history
  • Loading branch information
tomakehurst committed Feb 20, 2024
1 parent d12e48b commit 95368c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM eclipse-temurin:11.0.21_9-jre
FROM eclipse-temurin:11-jre

LABEL maintainer="Rodolphe CHAIGNEAU <[email protected]>"

ARG WIREMOCK_VERSION=3.4.1
ENV WIREMOCK_VERSION $WIREMOCK_VERSION
ENV GOSU_VERSION 1.16
ENV GOSU_VERSION 1.17

WORKDIR /home/wiremock

Expand Down
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:11.0.21_9-jre-alpine
FROM eclipse-temurin:11-jre-alpine

LABEL maintainer="Rodolphe CHAIGNEAU <[email protected]>"

Expand Down

0 comments on commit 95368c0

Please sign in to comment.