Dockerfile: align frontend version

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-02-22 17:45:10 +01:00
parent 1c6060f27d
commit 132fababb0
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# syntax=docker/dockerfile-upstream:1.5.0
# syntax=docker/dockerfile:1
ARG GO_VERSION=1.19
ARG XX_VERSION=1.1.2

View File

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

View File

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

View File

@ -1,4 +1,4 @@
# syntax=docker/dockerfile-upstream:master
# syntax=docker/dockerfile:1
# Forked from https://github.com/moby/buildkit/blob/e1b3b6c4abf7684f13e6391e5f7bc9210752687a/hack/dockerfiles/generated-files.Dockerfile
# Copyright The BuildKit Authors.

View File

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

View File

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