Skip to content

Commit

Permalink
[YUNIKORN-2084] Remove = in web dockerfile (#143)
Browse files Browse the repository at this point in the history
Removed redundant = sign in docker file as we do not need or want a
default to be set.

Closes: #143

Signed-off-by: Wilfred Spiegelenburg <[email protected]>
  • Loading branch information
vinayakphegde authored and wilfred-s committed Nov 2, 2023
1 parent f53e86d commit e03ffcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

ARG NODE_VERSION=
ARG NODE_VERSION
# Buildstage: use the local architecture
FROM --platform=$BUILDPLATFORM node:${NODE_VERSION}-alpine as buildstage

Expand Down

0 comments on commit e03ffcb

Please sign in to comment.