mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-11-23 05:20:47 -05:00
Update ubuntu:22.04 Docker digest to dda6886 (#410)
Co-authored-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
20532fc355
commit
4f8cbd9221
2 changed files with 2 additions and 2 deletions
2
3rdparty/gcp-guest-agent/Dockerfile
vendored
2
3rdparty/gcp-guest-agent/Dockerfile
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu:22.04@sha256:a8fe6fd30333dc60fc5306982a7c51385c2091af1e0ee887166b40a905691fd0 as build
|
FROM ubuntu:22.04@sha256:dda6886d8d153a2d86f046c9335123c6151d83fd63e446b752ed8d9da261205d as build
|
||||||
|
|
||||||
# Install packages
|
# Install packages
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
FROM ubuntu@sha256:a8fe6fd30333dc60fc5306982a7c51385c2091af1e0ee887166b40a905691fd0 as build
|
FROM ubuntu:22.04@sha256:dda6886d8d153a2d86f046c9335123c6151d83fd63e446b752ed8d9da261205d as build
|
||||||
|
|
||||||
ARG GO_VER=1.19.2
|
ARG GO_VER=1.19.2
|
||||||
ARG GEN_GO_VER=1.28.1
|
ARG GEN_GO_VER=1.28.1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue