snyk-bot 2023-04-23 10:58:01 +00:00
parent e947fdd926
commit 6d3defc951
No known key found for this signature in database
GPG key ID: 5D98975276F8B078

View file

@ -4,7 +4,7 @@
# base system
################################################################################
FROM ubuntu:20.04 as system
FROM ubuntu:kinetic as system
@ -82,7 +82,7 @@ RUN apt-get update \
################################################################################
# builder
################################################################################
FROM ubuntu:20.04 as builder
FROM ubuntu:kinetic as builder
RUN sed -i 's#http://archive.ubuntu.com/ubuntu/#mirror://mirrors.ubuntu.com/mirrors.txt#' /etc/apt/sources.list;