Skip to content

Commit

Permalink
remove reference to test base image
Browse files Browse the repository at this point in the history
Signed-off-by: cgruver <[email protected]>
  • Loading branch information
cgruver committed Dec 12, 2024
1 parent 3aeea21 commit b121acb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions universal/ubi9/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# syntax=docker/dockerfile:1.3-labs

# updateBaseImages.sh can't operate on SHA-based tags as they're not date-based or semver-sequential, and therefore cannot be ordered
# FROM quay.io/devfile/base-developer-image:ubi9-latest
FROM quay.io/cgruver0/che/base-developer-image:latest
FROM quay.io/devfile/base-developer-image:ubi9-latest

LABEL maintainer="Red Hat, Inc."

Expand Down

0 comments on commit b121acb

Please sign in to comment.