Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

[Snyk] Security upgrade ubuntu from latest to kinetic #40

Open
wants to merge 1 commit into
base: docker-1.9.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/examples/apt-cacher-ng.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# and then you can run containers with:
# docker run -t -i --rm -e http_proxy http://dockerhost:3142/ debian bash
#
FROM ubuntu
FROM ubuntu:kinetic
MAINTAINER [email protected]

VOLUME ["/var/cache/apt-cacher-ng"]
Expand Down