dockerfile: update frontend to 1.4

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2022-03-10 02:05:44 +01:00
parent 08bb626304
commit 824cb42fe0
6 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.3-labs
# syntax=docker/dockerfile:1.4
FROM alpine:3.14 AS gen
RUN apk add --no-cache git

View File

@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.3-labs
# syntax=docker/dockerfile:1.4
ARG GO_VERSION=1.17
ARG FORMATS=md,yaml

View File

@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.3
# syntax=docker/dockerfile:1.4
ARG GO_VERSION=1.17

View File

@@ -1,4 +1,4 @@
# syntax=docker/dockerfile:1.3-labs
# syntax=docker/dockerfile:1.4
ARG GO_VERSION=1.17
ARG MODOUTDATED_VERSION=v0.8.0