Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberworm-uk authored Sep 6, 2023
1 parent a21fb5b commit 2073caa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion snowflake-standalone/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ RUN --mount=type=cache,target=/go/pkg go mod download
RUN --mount=type=cache,target=/go/pkg --mount=type=cache,target=/root/.cache/go-build go build -ldflags '-w -s -buildid=' .

FROM docker.io/library/alpine:latest
RUN apk -U upgrade --no-cache
RUN apk add ca-certificates tzdata --no-cache
COPY --from=build /go/src/proxy/proxy /bin/proxy
USER 1000
Expand Down

0 comments on commit 2073caa

Please sign in to comment.