Skip to content

Commit

Permalink
build: bump docker base image to ubuntu 22.04 (#11778)
Browse files Browse the repository at this point in the history
* build: bump docker base image to ubuntu 22.04

* changelog: add changelog entry
  • Loading branch information
kruskall authored Oct 13, 2023
1 parent 09549a7 commit fc54b8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/head.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ https://github.com/elastic/apm-server/compare/8.11\...main[View commits]

[float]
==== Added
- Update container base image to Ubuntu 22.04 {pull}11778[11778]
2 changes: 1 addition & 1 deletion packaging/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=ubuntu:20.04
ARG BASE_IMAGE=ubuntu:22.04

# Build the apm-server binary. The golang image version is kept
# up to date with go.mod by Makefile.
Expand Down

0 comments on commit fc54b8d

Please sign in to comment.