Skip to content

Commit

Permalink
fix(images): fixed ubuntu-6.5 base image (needs glibc 2.38 shipped by…
Browse files Browse the repository at this point in the history
… ubuntu 23.10).

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP authored and poiana committed Feb 9, 2024
1 parent 682b58b commit e49c7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/aarch64/ubuntu/6.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:23.04
FROM ubuntu:23.10

ARG VERSION=6.5.0-17
ARG URL='http://ports.ubuntu.com/ubuntu-ports/pool/main/l/linux/'
Expand Down
2 changes: 1 addition & 1 deletion images/x86_64/ubuntu/6.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:23.04
FROM ubuntu:23.10

ARG VERSION=6.5.0-17
ARG URL='http://mirrors.edge.kernel.org/ubuntu/pool/main/l/linux/'
Expand Down

0 comments on commit e49c7ee

Please sign in to comment.