Unverified Commit c769bd63 authored by GridexX's avatar GridexX
Browse files

feat(apidoc): update docker image

parent 64b985bb
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: