Skip to content

Commit

Permalink
Merge pull request #709 from JiriPapousek/dockerfile-update
Browse files Browse the repository at this point in the history
[CCXDEV-11994] Update base images used in Dockerfile
  • Loading branch information
JiriPapousek authored Mar 4, 2024
2 parents 566b00b + 504f814 commit 9a01d0f
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
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM registry.redhat.io/rhel8/go-toolset:1.18.9-8.1675807488 AS builder
FROM registry.redhat.io/ubi9/go-toolset:1.18.10 AS builder

COPY . .

Expand All @@ -23,7 +23,7 @@ RUN umask 0022 && \
make build && \
chmod a+x ccx-notification-service

FROM registry.access.redhat.com/ubi8/ubi-micro:latest
FROM registry.access.redhat.com/ubi9/ubi-micro:latest

COPY --from=builder /opt/app-root/src/ccx-notification-service .
COPY --from=builder /opt/app-root/src/config.toml .
Expand Down

0 comments on commit 9a01d0f

Please sign in to comment.