Skip to content

Latest commit

 

History

History
22 lines (10 loc) · 872 Bytes

File metadata and controls

22 lines (10 loc) · 872 Bytes

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.1 (2021-06-14)

Bug Fixes

  • node: remove ENV=production out from Dockerfile to fix yarn install does not install dev deps (30aada1)

0.1.0 (2021-06-14)

Features

  • implement docker alpine node 10, 12, 14, 15 & 16 builders (01ea1f4)

Bug Fixes

  • node: missused RUN instead of CMD (5a21c59)