Explorar o código

Adicione a nova versao do ruby no Dockerfile para rodar no mer servidor

capellaresumo %!s(int64=8) %!d(string=hai) anos
pai
achega
ce5f765761
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@
 # docker run --rm -p 8081:80 registry.melvans.com:5000/rottenpotatoes
 # docker stop rottenpotatoes && docker rm rottenpotatoes
 # docker run -d --name rottenpotatoes  --network=basicserver_default --restart=always -e VIRTUAL_HOST=rottenpotatoes.melvans.com registry.melvans.com:5000/rottenpotatoes
-FROM ruby:2.3.0
+FROM ruby:2.3.3
 RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs
 RUN mkdir /myapp
 WORKDIR /myapp