Skip to content

Commit dea80d7

Browse files
committed
fix: case warning
1 parent 77a0d9d commit dea80d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ COPY src src
2424
RUN yarn build:ncc
2525
RUN yarn pkg -t node18-linuxstatic-$(cat .nodearch) -o ./dist-bin/dockerfile-x --compress=GZip ./dist/index.js
2626

27-
FROM alpine:3 as certs
27+
FROM alpine:3 AS certs
2828
RUN apk --update add ca-certificates
2929

3030
FROM golang:1.21 AS build-frontend

0 commit comments

Comments
 (0)