Skip to content

Commit

Permalink
use openshift-golang-builder to fix security issues
Browse files Browse the repository at this point in the history
Signed-off-by: clyang82 <[email protected]>
  • Loading branch information
clyang82 committed Jun 13, 2024
1 parent 52898b6 commit 89e65b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21 AS builder
FROM registry.ci.openshift.org/stolostron/builder:go1.21-linux AS builder

ENV SOURCE_DIR=/maestro
WORKDIR $SOURCE_DIR
Expand Down Expand Up @@ -26,4 +26,4 @@ LABEL name="maestro" \
description="maestro API" \
io.k8s.description="maestro API" \
io.k8s.display-name="maestro" \
io.openshift.tags="maestro"
io.openshift.tags="maestro"

0 comments on commit 89e65b6

Please sign in to comment.