Merge pull request #734 from aledbf/fix-nginx-image

Specify nginx image arch
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-05-18 18:00:46 -04:00 committed by GitHub
commit c5e30973e5

View file

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
FROM gcr.io/google_containers/nginx-slim:0.17
FROM gcr.io/google_containers/nginx-slim-amd64:0.17
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
diffutils \