Skip to content

Commit

Permalink
Fix dockerfile linting issue with using different casing
Browse files Browse the repository at this point in the history
See https://docs.docker.com/reference/build-checks/from-as-casing/ for
details. This change fixes an warning wich is shown in every PR.
  • Loading branch information
bjoernricks committed Jan 7, 2025
1 parent 0b374a0 commit 3619abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/prod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG VERSION=stable
ARG DEBIAN_FRONTEND=noninteractive

FROM debian:stable-slim as builder
FROM debian:stable-slim AS builder

ENV NODE_VERSION=node_18.x
ENV NODE_KEYRING=/usr/share/keyrings/nodesource.gpg
Expand Down

0 comments on commit 3619abc

Please sign in to comment.