diff --git a/runtimes/8.4/DockerfileAlpine b/runtimes/8.4/DockerfileAlpine index 82c7803..83effa5 100644 --- a/runtimes/8.4/DockerfileAlpine +++ b/runtimes/8.4/DockerfileAlpine @@ -49,7 +49,7 @@ RUN apk --no-cache add ca-certificates curl dirmngr gpg gpg-agent unzip \ FROM node:${NODE_VERSION}-alpine AS node -FROM php:8.4-rc-cli-alpine +FROM php:8.4-cli-alpine LABEL maintainer="AriaieBOY"