Skip to content

Commit fe869ce

Browse files
authored
Update base image in Dockerfile
RedHat changed the endpoint from from ubi9/ubi-minimal:latest to ubi9-minimal:latest. https://catalog.redhat.com/en/software/containers/ubi9-minimal/61832888c0d15aff4912fe0d#get-this-image
1 parent 7eb9351 commit fe869ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rootfs-app.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Dockerfile to create a Mendix Docker image based on either the source code or
22
# Mendix Deployment Archive (aka mda file)
3-
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
3+
FROM registry.access.redhat.com/ubi9-minimal:latest
44
#This version does a full build originating from the Ubuntu Docker images
55
LABEL Author="Mendix Digital Ecosystems"
66
LABEL maintainer="digitalecosystems@mendix.com"

0 commit comments

Comments
 (0)