Skip to content

Commit

Permalink
Merge pull request #6 from stolostron/update_dockerfile
Browse files Browse the repository at this point in the history
use openshift-golang-builder to fix security issues
  • Loading branch information
clyang82 authored Jun 13, 2024
2 parents 52898b6 + 89e65b6 commit aa58095
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 aa58095

Please sign in to comment.