move up from RC3 to 8.0.0

pull/24969/head
root 4 years ago
parent 2e702fc8f5
commit 48de85ba51
  1. 2
      src/php/docker/php8/Dockerfile
  2. 2
      templates/src/php/docker/php8/Dockerfile.template

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM php:8.0.0RC3-cli-buster
FROM php:8.0.0-zts-buster
RUN apt-get -qq update && apt-get -qq install -y \
autoconf automake git libtool pkg-config \

@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM php:8.0.0RC3-cli-buster
FROM php:8.0.0-zts-buster
RUN apt-get -qq update && apt-get -qq install -y ${'\\'}
autoconf automake git libtool pkg-config ${'\\'}

Loading…
Cancel
Save