Skip to content

Commit

Permalink
Change to AS
Browse files Browse the repository at this point in the history
  • Loading branch information
akondur committed Nov 15, 2024
1 parent 97c5bec commit 568290b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi
ARG BASE_IMAGE_VERSION=8.10

# Build the manager binary
FROM golang:1.23.0 as builder
FROM golang:1.23.0 AS builder

WORKDIR /workspace

Expand Down

0 comments on commit 568290b

Please sign in to comment.