1
0
Fork 0
mirror of https://github.com/karancode/yamllint-github-action.git synced 2024-08-16 10:19:48 +02:00

bump alpine

This commit is contained in:
Nick 2023-07-17 13:01:50 -05:00
parent 0a90406481
commit eaa7ad8a8d

View file

@ -1,4 +1,4 @@
FROM python:3.7-alpine
FROM python:3.17-alpine
# hadolint ignore=DL3018
RUN apk add --update --no-cache bash ca-certificates curl git jq openssh