Skip to content

Commit

Permalink
fix(docker): fix FromAsCasing warning from docker build checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-snyk committed Dec 9, 2024
1 parent 4327af9 commit 850fc7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfiles/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ARG BASE_IMAGE=ubuntu:20.04
ARG NODE_VERSION=20.11.0


FROM ${BASE_IMAGE} as node-base
FROM ${BASE_IMAGE} AS node-base

ARG NODE_VERSION
ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -76,7 +76,7 @@ EOF



FROM node-base as broker-builder
FROM node-base AS broker-builder

ARG NODE_VERSION
ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
Expand Down

0 comments on commit 850fc7e

Please sign in to comment.