Skip to content

Commit

Permalink
fix: update ubi base images
Browse files Browse the repository at this point in the history
  • Loading branch information
dimakis committed Oct 18, 2023
1 parent 6d5020f commit 1a7d5b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apiserver/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the backend service
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-10 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.19 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down
2 changes: 1 addition & 1 deletion proto/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Generate client code (go & json) from API protocol buffers
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-10 as generator
FROM registry.access.redhat.com/ubi8/go-toolset:1.19 as builder

ENV PROTOC_VERSION 3.17.3
ENV GOLANG_PROTOBUF_VERSION v1.5.2
Expand Down
2 changes: 1 addition & 1 deletion ray-operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM registry.access.redhat.com/ubi8/go-toolset:1.19.10-10 as builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.19 as builder

WORKDIR /workspace
# Copy the Go Modules manifests
Expand Down

0 comments on commit 1a7d5b3

Please sign in to comment.