diff --git a/Dockerfile b/Dockerfile index 4f7f713..4a89232 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Container image that runs your code -FROM alpine:3.13.2 +FROM alpine:3.20.2 RUN apk add --no-cache bash # Copies your code file from your action repository to the filesystem path `/` of the container