Skip to content

Commit

Permalink
[TASK] update build env
Browse files Browse the repository at this point in the history
  • Loading branch information
htuscher committed Dec 15, 2018
1 parent 8c6e5b1 commit 4d8a194
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docker/dockerfile-build-env/latest/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
# -- automatically generated --
#+++++++++++++++++++++++++++++++++++++++

FROM webdevops/base-app:ubuntu-16.04
FROM webdevops/base-app:ubuntu-18.04

RUN apt-install \
build-essential \
gpg-agent \
apt-transport-https \
ca-certificates \
software-properties-common \
Expand Down
2 changes: 1 addition & 1 deletion docker/php-official/7.3/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN mkdir -p \
&& "/baselayout/sbin/gosu" nobody true


FROM php:7.3-rc-fpm
FROM php:7.3-fpm

LABEL maintainer=info@webdevops.io \
vendor=WebDevOps.io \
Expand Down
2 changes: 1 addition & 1 deletion docker/php-official/7.3/Dockerfile.jinja2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ baselayout.dockerStage() }}

{{ docker.fromOfficial("php", "7.3-rc-fpm") }}
{{ docker.fromOfficial("php", "7.3-fpm") }}

{{ docker.version() }}

Expand Down

0 comments on commit 4d8a194

Please sign in to comment.