Skip to content

Commit

Permalink
Merge pull request #58 from vespa-engine/aressem/default-to-el8
Browse files Browse the repository at this point in the history
Default to el8 base image.
  • Loading branch information
Arnstein Ressem authored Nov 21, 2023
2 parents 69450f4 + a84e3ec commit 7a1dde6
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
@@ -1,6 +1,6 @@
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

ARG VESPA_BASE_IMAGE=stream8
ARG VESPA_BASE_IMAGE=el8

FROM docker.io/almalinux:8 as el8

Expand Down

0 comments on commit 7a1dde6

Please sign in to comment.