From e05140ad2edc114805d925e01fedb30053107cb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Nov 2023 00:25:29 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20docker=20core=20i?= =?UTF-8?q?mage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 5cec7071..6e65b224 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ -# syntax=docker/dockerfile:1.4 +# syntax=docker/dockerfile:1.6@sha256:ac85f380a63b13dfcefa89046420e1781752bab202122f8f50032edf31be0021 FROM ubuntu:lunar-20231004@sha256:51e70689b125fcc2e800f5efb7ba465dee85ede9da9c268ff5599053c7e52b77 as base ARG BASE_IMAGE_NAME=ubuntu:lunar-20231004 ARG BASE_IMAGE_DIGEST=sha256:51e70689b125fcc2e800f5efb7ba465dee85ede9da9c268ff5599053c7e52b77 @@ -15,13 +15,13 @@ ENV DEBIAN_FRONTEND noninteractive RUN --mount=type=cache,target=/var/cache/apt,id=apt_$TARGETARCH --mount=type=tmpfs,target=/var/lib/apt/lists \ rm /etc/apt/apt.conf.d/docker-clean && \ apt-get update && apt-get install -y --no-install-recommends \ - python3.11=3.11.4-1~23.04 \ + python3.11=3.11.4-1~23.04.1 \ # renovate: srcname=python3.11 - libpython3.11=3.11.4-1~23.04 \ + libpython3.11=3.11.4-1~23.04.1 \ # renovate: srcname=python3.11 - python3.11-venv=3.11.4-1~23.04 \ + python3.11-venv=3.11.4-1~23.04.1 \ # renovate: srcname=python-pip - python3-pip=23.0.1+dfsg-1ubuntu0.1 \ + python3-pip=23.0.1+dfsg-1ubuntu0.2 \ # renovate: srcname=postgresql-15 libpq5=15.4-0ubuntu0.23.04.1 \ # renovate: srcname=postgresql-15 @@ -43,7 +43,7 @@ RUN --mount=type=cache,target=/var/cache/apt,id=apt_$TARGETARCH --mount=type=tmp apt-get update && apt-get install -y --no-install-recommends \ build-essential=12.9ubuntu3 \ # renovate: srcname=python3.11 - python3.11-dev=3.11.4-1~23.04 \ + python3.11-dev=3.11.4-1~23.04.1 \ libpcre3-dev=2:8.39-15 \ # renovate: srcname=postgresql-15 libpq-dev=15.4-0ubuntu0.23.04.1 \