Skip to content

Commit

Permalink
Fix warning FromAsCasing in Dockerfiles from docker > 27
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe-cbw committed Jul 3, 2024
1 parent b591702 commit c0f02a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-slim as build
FROM debian:bookworm-slim AS build

ENV DEBIAN_FRONTEND=noninteractive \
LANG=en_US.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.headless
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-slim as build
FROM debian:bookworm-slim AS build

ENV DEBIAN_FRONTEND=noninteractive \
LANG=en_US.UTF-8
Expand Down
2 changes: 1 addition & 1 deletion tests/integration/wapiti/Dockerfile.integration
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:bookworm-slim as build
FROM debian:bookworm-slim AS build

ENV DEBIAN_FRONTEND=noninteractive \
LANG=en_US.UTF-8
Expand Down

0 comments on commit c0f02a5

Please sign in to comment.