Skip to content

Commit 642ac17

Browse files
chore(deps): update eclipse-temurin docker tag to v11.0.26_4-jre-focal
1 parent 581dc90 commit 642ac17

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

images/dynamodb/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
FROM eclipse-temurin:11-jre-focal
16+
FROM eclipse-temurin:11.0.26_4-jre-focal
1717
LABEL maintainer="[email protected]"
1818

1919
WORKDIR /opt/dynamodb

images/gateway/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN wget https://download.gravitee.io/graviteeio-apim/distributions/graviteeio-f
2323
&& mv /tmp/graviteeio-full-${GRAVITEEIO_VERSION}/graviteeio-gateway* ${GRAVITEEIO_HOME} \
2424
&& rm -rf /tmp/*
2525

26-
FROM eclipse-temurin:11-jre-focal
26+
FROM eclipse-temurin:11.0.26_4-jre-focal
2727
LABEL maintainer="[email protected]"
2828

2929
ENV GRAVITEEIO_HOME /opt/graviteeio-gateway

images/gateway/Dockerfile-nightly

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
1212
#-------------------------------------------------------------------------------
13-
FROM eclipse-temurin:11-jre-focal
13+
FROM eclipse-temurin:11.0.26_4-jre-focal
1414
LABEL maintainer="[email protected]"
1515

1616
ARG GRAVITEEIO_VERSION=0

images/management-api/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN wget https://download.gravitee.io/graviteeio-apim/distributions/graviteeio-f
2323
&& mv /tmp/graviteeio-full-${GRAVITEEIO_VERSION}/graviteeio-apim-rest-api* ${GRAVITEEIO_HOME} \
2424
&& rm -rf /tmp/*
2525

26-
FROM eclipse-temurin:11-jre-focal
26+
FROM eclipse-temurin:11.0.26_4-jre-focal
2727
LABEL maintainer="[email protected]"
2828

2929
ENV GRAVITEEIO_HOME /opt/graviteeio-management-api

images/management-api/Dockerfile-nightly

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# See the License for the specific language governing permissions and
1111
# limitations under the License.
1212
#-------------------------------------------------------------------------------
13-
FROM eclipse-temurin:11-jre-focal
13+
FROM eclipse-temurin:11.0.26_4-jre-focal
1414
LABEL maintainer="[email protected]"
1515

1616
ARG GRAVITEEIO_VERSION=0

0 commit comments

Comments
 (0)