Skip to content

Commit

Permalink
Merge pull request #162 from SovereignCloudStack/renovate/cso-manager…
Browse files Browse the repository at this point in the history
…-image

🌱 Update Cso Image group
  • Loading branch information
kranurag7 authored May 31, 2024
2 parents 4d7d9f9 + a4c0b39 commit e1a861f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/cso/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.14.4 as helm
FROM --platform=${BUILDPLATFORM} docker.io/alpine/helm:3.15.1 as helm

# Build the manager binary
FROM --platform=${BUILDPLATFORM} docker.io/library/golang:1.21.6-bullseye as build
Expand All @@ -25,7 +25,7 @@ RUN --mount=type=cache,target=/root/.cache --mount=type=cache,target=/go/pkg \
go build -mod=vendor -ldflags "${LDFLAGS} -extldflags '-static'" \
-o manager cmd/main.go

FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.19.1
FROM --platform=${BUILDPLATFORM} docker.io/library/alpine:3.20.0
WORKDIR /
COPY --from=build /src/cluster-stack-operator/manager .
COPY --from=helm --chown=root:root --chmod=755 /usr/bin/helm /usr/local/bin/helm
Expand Down

0 comments on commit e1a861f

Please sign in to comment.