Skip to content

Commit 0a82951

Browse files
authored
chore: add syntax parser directive to Dockerfile (conventional-changelog#4495)
1 parent 85ea3a1 commit 0a82951

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile.ci

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# syntax=docker/dockerfile:1
12
FROM docker.io/library/node:18-alpine AS builder
23
WORKDIR /src
34
COPY . ./

Dockerfile.dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# syntax=docker/dockerfile:1
12
FROM brainpower/node-cubicle
23

34
WORKDIR /root/repo

0 commit comments

Comments
 (0)