Chore: Update ubuntu image to 22.04 (#70719)

This commit is contained in:
Orgad Shaneh
2023-09-28 08:48:41 -05:00
committed by GitHub
parent 5fae64ccbe
commit b0b2158dea
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ build-docker-full-ubuntu: ## Build Docker image based on Ubuntu for development.
--build-arg WIRE_TAGS=$(WIRE_TAGS) \
--build-arg COMMIT_SHA=$$(git rev-parse HEAD) \
--build-arg BUILD_BRANCH=$$(git rev-parse --abbrev-ref HEAD) \
--build-arg BASE_IMAGE=ubuntu:20.04 \
--build-arg BASE_IMAGE=ubuntu:22.04 \
--build-arg GO_IMAGE=golang:1.20.8 \
--tag grafana/grafana$(TAG_SUFFIX):dev-ubuntu \
$(DOCKER_BUILD_ARGS)