Skip to content

Commit

Permalink
Fix a dockerfile linting warning
Browse files Browse the repository at this point in the history
This warning is raised in the GitHub Action CI on every PR. FROM and AS
should use the same folding.
  • Loading branch information
bjoernricks committed Jan 7, 2025
1 parent e3eb08d commit 1793817
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,6 +1,6 @@
ARG GVM_LIBS_VERSION=oldstable

FROM greenbone/gvm-libs:${GVM_LIBS_VERSION} as builder
FROM greenbone/gvm-libs:${GVM_LIBS_VERSION} AS builder

# This will make apt-get install without question
ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 1793817

Please sign in to comment.