diff --git a/snowflake-standalone/Containerfile b/snowflake-standalone/Containerfile index ac24847..4dca16e 100644 --- a/snowflake-standalone/Containerfile +++ b/snowflake-standalone/Containerfile @@ -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