Skip to content

Commit

Permalink
Fix: use edge instead of unstable as a default version
Browse files Browse the repository at this point in the history
Unstable isn't used since a while therefore we should use edge when we
don't have version set.
  • Loading branch information
nichtsfrei committed Jun 5, 2024
1 parent 42edcc3 commit d888d38
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .docker/build.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION=unstable
ARG VERSION=edge

FROM greenbone/gvm-libs:$VERSION
LABEL deprecated="This image is deprecated and may be removed soon."
Expand Down
2 changes: 1 addition & 1 deletion .docker/prod-oldstable.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION=unstable
ARG VERSION=edge
# this allows to work on forked repository
ARG REPOSITORY=greenbone/openvas-scanner
ARG GVM_LIBS_VERSION=oldstable
Expand Down
2 changes: 1 addition & 1 deletion .docker/prod-testing.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION=unstable
ARG VERSION=edge
# this allows to work on forked repository
ARG REPOSITORY=greenbone/openvas-scanner
ARG GVM_LIBS_VERSION=testing-edge
Expand Down
2 changes: 1 addition & 1 deletion .docker/prod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG VERSION=unstable
ARG VERSION=edge
# this allows to work on forked repository
ARG REPOSITORY=greenbone/openvas-scanner

Expand Down

0 comments on commit d888d38

Please sign in to comment.