Skip to content

Commit c7d1e5d

Browse files
chore(deps): bump alpine from 3.13.5 to 3.17.1
Bumps alpine from 3.13.5 to 3.17.1. --- updated-dependencies: - dependency-name: alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 09fdae0 commit c7d1e5d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ COPY . ./
99
RUN make install
1010

1111
# minimalist runtime
12-
FROM alpine:3.13.5
12+
FROM alpine:3.17.1
1313
COPY --from=builder /go/bin/cryptoguess /bin/
1414
ENTRYPOINT ["/bin/cryptoguess"]
1515
CMD []

0 commit comments

Comments
 (0)