diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9b1c6d3c3422fe20248ae950a0fa36a7d0564e7..e972b03473337459b9c133315e4fd7fed2973b33 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # GitLab CI in conjunction with GitLab Runner can use Docker Engine to test and build any application. # Docker, when used with GitLab CI, runs each job in a separate and isolated container using the predefined image that is set up in .gitlab-ci.yml. # In this case we use the latest python docker image to build and test this project. -image: nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:9.3.2.1 +image: nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:9.3.3.1 include: - project: 'ska-telescope/templates-repository' diff --git a/Dockerfile b/Dockerfile index aa0aa72623bb47b01a408da63681a9f5cc16f3f8..a32879add3c0e0e2266ed0b63b46b4bd5e6714c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Use SKA python image as base image -FROM nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:9.3.2.1 AS buildenv -FROM nexus.engageska-portugal.pt/ska-docker/ska-python-runtime:9.3.2.1 AS runtime +FROM nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:9.3.3.1 AS buildenv +FROM nexus.engageska-portugal.pt/ska-docker/ska-python-runtime:9.3.3.1 AS runtime # create ipython profile to so that itango doesn't fail if ipython hasn't run yet RUN ipython profile create diff --git a/Makefile b/Makefile index d7d22206dfad4a98a7ca8b13ef53ef4a6a4f24a4..d7b5177d0803952600b373f02a9a89fcd796fd6a 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ SHELL = /bin/bash # DOCKER_REGISTRY_USER:=tango-example PROJECT = lmcbaseclasses -IMAGE_FOR_DIAGRAMS = nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:9.3.2.1 +IMAGE_FOR_DIAGRAMS = nexus.engageska-portugal.pt/ska-docker/ska-python-buildenv:9.3.3.1 # # include makefile to pick up the standard Make targets, e.g., 'make build' # build, 'make push' docker push procedure, etc. The other Make targets