Browse Source

Put specific versions for Docker containers

This is done to remove potential bugs caused by a dependency change
Update the versions must be done manually and validated with automated tests
pull/664/head
xpetit 4 years ago
parent
commit
38c7e95598
No known key found for this signature in database
GPG Key ID: 97C60669182C17A5
  1. 2
      dom/Dockerfile
  2. 2
      go/exam/Dockerfile
  3. 2
      go/tests/Dockerfile
  4. 2
      js/tests/Dockerfile
  5. 2
      sh/tests/Dockerfile

2
dom/Dockerfile

@ -1,4 +1,4 @@
FROM buildkite/puppeteer
FROM buildkite/puppeteer:5.2.1
ENV GIT_TERMINAL_PROMPT=0
RUN apt-get update

2
go/exam/Dockerfile

@ -1,4 +1,4 @@
FROM golang:1-alpine
FROM golang:1.14.6-alpine3.12
ENV GIT_TERMINAL_PROMPT=0
RUN apk add --no-cache git

2
go/tests/Dockerfile

@ -1,4 +1,4 @@
FROM golang:1-alpine
FROM golang:1.14.6-alpine3.12
ENV GIT_TERMINAL_PROMPT=0
RUN apk add --no-cache git

2
js/tests/Dockerfile

@ -1,4 +1,4 @@
FROM node:14-alpine
FROM node:14.7.0-alpine3.12
ENV GIT_TERMINAL_PROMPT=0
RUN apk add --no-cache git

2
sh/tests/Dockerfile

@ -1,4 +1,4 @@
FROM debian:stable-slim
FROM debian:10.5-slim
RUN apt-get update
RUN apt-get -y install jq curl git

Loading…
Cancel
Save