From bac0eab79564e159745ba0a2c26ca952f9dbc2ac Mon Sep 17 00:00:00 2001
From: Bastien Dumont <bdumont@grandlyon.com>
Date: Tue, 18 Apr 2023 16:11:24 +0200
Subject: [PATCH] as -> AS

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 9c786b84..7ca9b792 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
 # Stage 0, "build-stage", based on Node.js, to build and compile the frontend
-FROM node:14-alpine as build-stage
+FROM node:14-alpine AS build-stage
 
 WORKDIR /app
 COPY package.json /app/
-- 
GitLab