Skip to content

Commit

Permalink
Update base image (#129)
Browse files Browse the repository at this point in the history
Signed-off-by: clyang82 <[email protected]>
  • Loading branch information
clyang82 authored Jun 14, 2024
1 parent f31e7b4 commit 7a3daed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Containerfile.rhtap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_1.20 AS builder
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:rhel_8_1.21 AS builder

ENV SOURCE_DIR=/maestro
WORKDIR $SOURCE_DIR
Expand All @@ -23,7 +23,7 @@ COPY --from=builder \

EXPOSE 8000

ENTRYPOINT ["/usr/local/bin/maestro", "serve"]
ENTRYPOINT ["/usr/local/bin/maestro", "server"]

LABEL name="maestro" \
vendor="Red Hat, Inc." \
Expand Down

0 comments on commit 7a3daed

Please sign in to comment.