moved to major-version notation of base images
This commit is contained in:
parent
4ce1cd39e9
commit
5a71f99be4
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM debian AS build
|
||||
FROM debian:10 AS build
|
||||
|
||||
ARG PCRE_VERSION="8.43"
|
||||
ARG PCRE_CHECKSUM="0b8e7465dc5e98c757cc3650a20a7843ee4c3edf50aaf60bb33fd879690d2c73"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine AS build
|
||||
FROM alpine:3 AS build
|
||||
|
||||
ARG PCRE_VERSION="8.43"
|
||||
ARG PCRE_CHECKSUM="0b8e7465dc5e98c757cc3650a20a7843ee4c3edf50aaf60bb33fd879690d2c73"
|
||||
|
|
Loading…
Add table
Reference in a new issue