Update ubuntu Docker tag to v18.10

This commit is contained in:
Renovate Bot 2020-08-31 07:17:13 +00:00
parent 83a1827fb1
commit 907561bead
No known key found for this signature in database
GPG Key ID: 81C63AE1C224182B
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Original credit: https://github.com/jpetazzo/dockvpn
# Smallest base image
FROM ubuntu:18.04@sha256:d1bf40f712c466317f5e06d38b3e7e4c98fef1229872bf6e2a8d1e01836c7ec4
FROM ubuntu:18.10@sha256:c95b7b93ccd48c3bfd97f8cac6d5ca8053ced584c9e8e6431861ca30b0d73114
LABEL maintainer="lawtancool"