Skip to content

Commit ade1d2e

Browse files
Bump alpine from 3.12 to 3.13.1 (#117)
Bumps alpine from 3.12 to 3.13.1. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5dcd23 commit ade1d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ COPY internal/ internal
88
ARG KONSTRAINT_VER
99
RUN go build -o /konstraint -ldflags="-X 'github.com/plexsystems/konstraint/internal/commands.version=${KONSTRAINT_VER}'"
1010

11-
FROM alpine:3.12
11+
FROM alpine:3.13.1
1212
COPY --from=build /konstraint /usr/bin/konstraint
1313
ENTRYPOINT ["konstraint"]

0 commit comments

Comments
 (0)