mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 15:25:33 +00:00
Merge pull request #2012 from snipe/v3_fix_ubuntu_version_in_docker
Pin down Ubuntu version for dockerfile in v3
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
FROM ubuntu
|
||||
FROM ubuntu:wily
|
||||
MAINTAINER Brady Wetherington <uberbrady@gmail.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
|
||||
Reference in New Issue
Block a user