diff --git a/Dockerfile b/Dockerfile index 1f0407c..16b1273 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Container image that runs this action. -FROM alpine:3.15.0 +FROM alpine:3.17.1 # Copy code file from action repo to container filesystem. COPY entrypoint.sh /entrypoint.sh