Skip to content
Snippets Groups Projects
Commit f33847b7 authored by Matteo Di Carlo's avatar Matteo Di Carlo
Browse files

ST-1381 update 22.04

parent 47bc2abe
No related branches found
No related tags found
No related merge requests found
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
# binaries. # binaries.
# #
ARG CAR_OCI_REGISTRY_HOST ARG CAR_OCI_REGISTRY_HOST
ARG BUILD_IMAGE="${CAR_OCI_REGISTRY_HOST}/ska-tango-images-tango-dependencies:9.3.10" ARG BUILD_IMAGE="${CAR_OCI_REGISTRY_HOST}/ska-tango-images-tango-dependencies:9.3.5"
ARG BASE_IMAGE="ubuntu:20.04" ARG BASE_IMAGE="ubuntu:22.04"
FROM $BUILD_IMAGE as buildenv FROM $BUILD_IMAGE as buildenv
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# intermediate image, then creates a release image containing the compiled # intermediate image, then creates a release image containing the compiled
# binaries. # binaries.
# #
ARG BASE_IMAGE="ubuntu:20.04" ARG BASE_IMAGE="ubuntu:22.04"
FROM $BASE_IMAGE as buildenv FROM $BASE_IMAGE as buildenv
ENV ZEROMQ_DOWNLOAD_URL=https://github.com/zeromq/libzmq/archive/v4.3.4.tar.gz ENV ZEROMQ_DOWNLOAD_URL=https://github.com/zeromq/libzmq/archive/v4.3.4.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment