Skip to content

Commit

Permalink
Release v0.2.2 - See CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Sep 21, 2021
1 parent 2121b67 commit aa5d4c5
Show file tree
Hide file tree
Showing 4 changed files with 179 additions and 169 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.2 (September 21st, 2021)

- up RC dependencies

## 0.2.1 (September 13th, 2021)

- up dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:experimental

### Base
FROM node:16.3.0-alpine as base
FROM node:16.9.0-alpine as base
ENV NO_UPDATE_NOTIFIER=true
RUN npm install -g npm
RUN npm install -g typescript
Expand Down
Loading

0 comments on commit aa5d4c5

Please sign in to comment.