Skip to content

Commit

Permalink
fix: The 'as' keyword in the Dockerfile should be uppercase
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Oct 13, 2024
1 parent 17f62ae commit 4ac7658
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-CI.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bullseye-slim as builder
FROM debian:bullseye-slim AS builder
WORKDIR /builder

RUN apt-get update \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-CI.alpine.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:latest as builder
FROM alpine:latest AS builder
WORKDIR /builder

RUN apk update \
Expand Down

0 comments on commit 4ac7658

Please sign in to comment.