Skip to content

Commit

Permalink
Inline the builder image
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshochadel committed Dec 11, 2024
1 parent c990d19 commit 00b585e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docproxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
ARG builder_image
ARG base_image

# Builder: Build the Go app using an image with the Go toolchain installed.
FROM ${builder_image} AS build
FROM golang AS build
ADD . /app
WORKDIR /app
RUN go build .
Expand Down

0 comments on commit 00b585e

Please sign in to comment.