Skip to content

Commit fc88e9f

Browse files
committed
Dockerfile linting
1 parent 1091649 commit fc88e9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Adjust NODE_VERSION as desired
44
ARG NODE_VERSION=20.8.1
5-
FROM node:${NODE_VERSION}-slim as base
5+
FROM node:${NODE_VERSION}-slim AS base
66

77
LABEL fly_launch_runtime="Node.js"
88

@@ -14,7 +14,7 @@ ENV NODE_ENV="production"
1414

1515

1616
# Throw-away build stage to reduce size of final image
17-
FROM base as build
17+
FROM base AS build
1818

1919
# Install packages needed to build node modules
2020
RUN apt-get update -qq && \

0 commit comments

Comments
 (0)