Commit efaac6de authored by Thibaud-Vdb's avatar Thibaud-Vdb
Browse files

Merge branch '574-update-apidoc-job' into 'latest'

Resolve "Update apidoc job"

Closes #574

See merge request r2devops/hub!350
parents 64b985bb c769bd63
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
# Changelog
All notable changes to this job will be documented in this file.

## [0.3.2] - 2022-05-09
* Update docker image to node:18.1-alpine3.14

## [0.3.1] - 2022-04-06
* Change old link in the job code

+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ code using [apiDoc](https://apidocjs.com/){:target="_blank"}.

* Job name: `apidoc`
* Docker image:
[`node`](https://hub.docker.com/r/_/node){:target="_blank"}
[`node:18.1-alpine3.14`](https://hub.docker.com/r/_/node){:target="_blank"}
* Default stage: `build`
* When: `always`

+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ stages:

apidoc:
  image:
    name: node:12.18.3-alpine3.12
    name: node:18.1-alpine3.14
    entrypoint: [""]
  stage: build
  variables: