We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5dcd23 commit ade1d2eCopy full SHA for ade1d2e
Dockerfile
@@ -8,6 +8,6 @@ COPY internal/ internal
8
ARG KONSTRAINT_VER
9
RUN go build -o /konstraint -ldflags="-X 'github.com/plexsystems/konstraint/internal/commands.version=${KONSTRAINT_VER}'"
10
11
-FROM alpine:3.12
+FROM alpine:3.13.1
12
COPY --from=build /konstraint /usr/bin/konstraint
13
ENTRYPOINT ["konstraint"]
0 commit comments