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

Merge pull request #1 from NickAdolf/bump-aline

bump alpine
This commit is contained in:
Nick 2023-07-17 13:03:06 -05:00 committed by GitHub
commit 37c8a594ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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