moved to major-version notation of base images

This commit is contained in:
Ricard Bejarano 2019-09-03 18:15:54 +02:00
parent 4ce1cd39e9
commit 5a71f99be4
No known key found for this signature in database
GPG key ID: 5A5105DD6B91CA19
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM debian AS build
FROM debian:10 AS build
ARG PCRE_VERSION="8.43"
ARG PCRE_CHECKSUM="0b8e7465dc5e98c757cc3650a20a7843ee4c3edf50aaf60bb33fd879690d2c73"

View file

@ -1,4 +1,4 @@
FROM alpine AS build
FROM alpine:3 AS build
ARG PCRE_VERSION="8.43"
ARG PCRE_CHECKSUM="0b8e7465dc5e98c757cc3650a20a7843ee4c3edf50aaf60bb33fd879690d2c73"