Skip to content

Commit

Permalink
Switch Dockerfiles to use node:lts-stretch
Browse files Browse the repository at this point in the history
The "latest" image is based off stretch so lts-stretch is a better
replacement. This commit and commit a5753990c should be reverted
once Redocly/redoc#1442 is resolved.

Signed-off-by: Ryan Beck-Buysse <[email protected]>
  • Loading branch information
rbuysse committed Oct 28, 2020
1 parent e2b39d0 commit 0dd828d
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 0dd828d

Please sign in to comment.