Skip to content

Commit f438173

Browse files
committed
style: use uppercase AS in Dockerfile FROM statements
1 parent f080c60 commit f438173

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM ghcr.io/kotahv/dyndns-vue:latest as dyndns-vue
1+
FROM ghcr.io/kotahv/dyndns-vue:latest AS dyndns-vue
22

3-
FROM rust:1.68-alpine as builder
3+
FROM rust:1.68-alpine AS builder
44

55
RUN apk add --no-cache musl-dev
66

Dockerfile.action

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM ghcr.io/kotahv/dyndns-vue:latest as dyndns-vue
1+
FROM ghcr.io/kotahv/dyndns-vue:latest AS dyndns-vue
22

3-
FROM alpine:latest as builder
3+
FROM alpine:latest AS builder
44

55
ARG DOWNLOAD_BASE
66
RUN ARCH=$(uname -m | sed -e "s/armv7l/armv7-unknown-linux-musleabihf/g" | sed -e "s/aarch64/aarch64-unknown-linux-musl/g" | sed -e "s/x86_64/x86_64-unknown-linux-musl/g") && \

0 commit comments

Comments
 (0)