Skip to content

Commit

Permalink
Bump base image to newest version (cryostatio#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ebaron committed Sep 1, 2021
1 parent 0b8bb8f commit 4f2e2c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_IMAGE=registry.access.redhat.com/ubi8/openjdk-11-runtime
# 1.9-1.1622550112
ARG IMAGE_TAG=@sha256:32219d7c7d82112481293d67951fa071f35e78453e01a5d3246cc040698adf49
# 1.10-1
ARG IMAGE_TAG=@sha256:a2e3c4efd868f48a9772806ea27c27cbeea9083ca207c7dc73d5c562449b1fe5
FROM ${BASE_IMAGE}${IMAGE_TAG}

USER root
Expand Down

0 comments on commit 4f2e2c8

Please sign in to comment.