mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-16 09:43:12 +00:00
fix: The 'as' keyword in the Dockerfile should be uppercase
This commit is contained in:
parent
17f62aef53
commit
4ac76583b1
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM debian:bullseye-slim as builder
|
||||
FROM debian:bullseye-slim AS builder
|
||||
WORKDIR /builder
|
||||
|
||||
RUN apt-get update \
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:latest as builder
|
||||
FROM alpine:latest AS builder
|
||||
WORKDIR /builder
|
||||
|
||||
RUN apk update \
|
||||
|
|
|
|||
Loading…
Reference in a new issue