Merge pull request #1644 from crazy-max/update-frontend

Dockerfile: align frontend version
This commit is contained in:
Justin Chadwell
2023-02-23 11:00:13 +00:00
committed by GitHub
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.20
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.20
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.20

View File

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