fix FromAsCasing warning for AS keyword (#348)

This commit is contained in:
Tobias Funke
2025-03-25 09:02:38 +01:00
committed by GitHub
parent 37258d17e1
commit e877363850
7 changed files with 7 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
FROM golang:1.17.8 as builder FROM golang:1.17.8 AS builder
ARG version=1.0.1 ARG version=1.0.1
ENV VERSION=$version ENV VERSION=$version

View File

@@ -1,4 +1,4 @@
FROM golang:1.14 as builder FROM golang:1.14 AS builder
ARG version=3.0.6 ARG version=3.0.6
ENV VERSION=$version ENV VERSION=$version

View File

@@ -1,4 +1,4 @@
FROM debian:bullseye as builder FROM debian:bullseye AS builder
ARG version ARG version
ARG branch=main ARG branch=main

View File

@@ -1,4 +1,4 @@
FROM debian:unstable as builder FROM debian:unstable AS builder
ARG version ARG version
ARG branch=main ARG branch=main

View File

@@ -1,4 +1,4 @@
FROM ubuntu:focal as builder FROM ubuntu:focal AS builder
RUN apt-get update && apt install wget git make -y RUN apt-get update && apt install wget git make -y

View File

@@ -1,4 +1,4 @@
FROM ubuntu:22.04 as builder FROM ubuntu:22.04 AS builder
ARG version=2.4 ARG version=2.4
ENV VERSION=$version ENV VERSION=$version

View File

@@ -1,4 +1,4 @@
FROM ubuntu:20.04 as builder FROM ubuntu:20.04 AS builder
ARG version ARG version
ENV VERSION=$version ENV VERSION=$version