Merge pull request #47 from AndrewMarchukov/dependabot/docker/ubuntu-jammy-20240111

Bump ubuntu from jammy-20231128 to jammy-20240111
This commit is contained in:
github-actions[bot] 2024-01-17 19:26:00 +00:00 committed by GitHub
commit 2d1442af2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM ubuntu:jammy-20231128 FROM ubuntu:jammy-20240111
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \ RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
lib32gcc-s1 \ lib32gcc-s1 \

View file

@ -1,4 +1,4 @@
FROM ubuntu:jammy-20231128 FROM ubuntu:jammy-20240111
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \ RUN apt-get update && apt-get install --no-install-recommends --no-install-suggests -y \
lib32gcc-s1 \ lib32gcc-s1 \