Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #163 from Cargill/rbuysse-node-lts-stretch
Browse files Browse the repository at this point in the history
Switch Dockerfiles to use node:lts-stretch
  • Loading branch information
rbuysse authored Oct 29, 2020
2 parents e2b39d0 + 1e43386 commit 7f3dc32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/website.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# -------------=== redoc build ===-------------

FROM node:lts-alpine as redoc
FROM node:lts-stretch as redoc

RUN npm install -g redoc
RUN npm install -g redoc-cli
Expand Down
2 changes: 1 addition & 1 deletion docker/grid-docs-redoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM node:lts-alpine
FROM node:lts-stretch

RUN npm install -g redoc
RUN npm install -g redoc-cli

0 comments on commit 7f3dc32

Please sign in to comment.