Skip to content

Commit

Permalink
Clean up syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellen-Yi-Dong committed Jul 26, 2024
1 parent 3d10729 commit a38d1a6
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,7 @@
# Once built, copys GO executable to a smaller image and runs it from there
# FROM registry.redhat.io/ubi8/go-toolset as builder
# FROM quay.io/projectquay/golang:1.20 as builder

# WORKDIR /go/src/app

# COPY go.mod go.sum ./

# RUN go mod download

# COPY . .

# USER 0

# RUN make

FROM registry.access.redhat.com/ubi8/go-toolset:1.20.10 AS builder
FROM registry.access.redhat.com/ubi8/go-toolset:1.20.10 as builder

WORKDIR /go/src/app

Expand Down

0 comments on commit a38d1a6

Please sign in to comment.