Skip to content

Commit

Permalink
chore: update dockerfile casing (#7429)
Browse files Browse the repository at this point in the history
  • Loading branch information
KenLSM authored Jun 23, 2024
1 parent c04e507 commit 9205b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.production
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

FROM node:hydrogen-alpine3.19 as build
FROM node:hydrogen-alpine3.19 AS build

# node-modules-builder stage installs/compiles the node_modules folder
# Python version must be specified starting in alpine3.12
Expand Down

0 comments on commit 9205b8f

Please sign in to comment.