Skip to content

Commit

Permalink
[docker] update base image to ubuntu:jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhui committed Jan 15, 2025
1 parent 0684282 commit e158994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# POSSIBILITY OF SUCH DAMAGE.
#

ARG BASE_IMAGE=ubuntu:bionic
ARG BASE_IMAGE=ubuntu:jammy
FROM ${BASE_IMAGE}

ARG INFRA_IF_NAME
Expand Down

0 comments on commit e158994

Please sign in to comment.