Skip to content

Commit

Permalink
Update PHP runtime image base tag (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpcastro authored May 23, 2019
1 parent d3b7ec3 commit 513bf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/runtime/php/generateDockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ do
sed -i "s|$IMAGE_NAME_PLACEHOLDER|$PHP_IMAGE_NAME|g" "$TARGET_DOCKERFILE_BASE"
sed -i "s|$PHP_VERSION_PLACEHOLDER|$PHP_VERSION|g" "$TARGET_DOCKERFILE_BASE"

RUNTIME_BASE_IMAGE_NAME="mcr.microsoft.com/oryx/php-$VERSION_DIRECTORY-base:20190506.5"
RUNTIME_BASE_IMAGE_NAME="mcr.microsoft.com/oryx/php-$VERSION_DIRECTORY-base:20190522.2"
sed -i "s|$RUNTIME_BASE_IMAGE_NAME_PLACEHOLDER|$RUNTIME_BASE_IMAGE_NAME|g" "$TARGET_DOCKERFILE"
done

0 comments on commit 513bf4f

Please sign in to comment.