mirror of
https://github.com/captn3m0/google-sre-ebook.git
synced 2024-09-10 13:46:41 +00:00
Pin to latest Ubuntu
This commit is contained in:
parent
2ff063e9b3
commit
d1c8fa7b15
@ -1,4 +1,6 @@
|
||||
FROM ubuntu:17.10
|
||||
FROM ubuntu:latest
|
||||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
build-essential \
|
||||
|
Loading…
Reference in New Issue
Block a user