Merge pull request #887 from PeterDaveHello/switch-slim-base-to-stretch
Switch Debian based image templates to Debian Stretch
This commit is contained in:
commit
7043343662
|
@ -1,4 +1,4 @@
|
|||
FROM node:0.0.0-jessie
|
||||
FROM node:0.0.0-stretch
|
||||
|
||||
RUN mkdir -p /usr/src/app
|
||||
WORKDIR /usr/src/app
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM debian:jessie-slim
|
||||
FROM debian:stretch-slim
|
||||
|
||||
RUN groupadd --gid 1000 node \
|
||||
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
FROM buildpack-deps:jessie
|
||||
FROM buildpack-deps:stretch
|
||||
|
||||
RUN groupadd --gid 1000 node \
|
||||
&& useradd --uid 1000 --gid node --shell /bin/bash --create-home node
|
||||
|
|
Loading…
Reference in New Issue