mirror of
https://github.com/google/nomulus.git
synced 2025-07-22 18:55:58 +02:00
Update builder base image
This image seems to be more publicly advertised compared to the one currently used, even though the latter is also from Google. See: https://cloud.google.com/container-registry/docs/managed-base-images#available_images ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=242666510
This commit is contained in:
parent
d5b540dfe7
commit
d54e97dc18
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
# one layer is produced, but separating them makes it easier to experiment, as
|
||||
# previous layers are cached. When we settle on the content, consider merging
|
||||
# the RUNs.
|
||||
FROM gcr.io/gcp-runtimes/ubuntu_16_0_4
|
||||
FROM marketplace.gcr.io/google/ubuntu1804
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
RUN apt-get update && apt-get install apt-utils -y && apt-get upgrade -y
|
||||
RUN apt-get install -y locales lsb-release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue