File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 2.0.4] - 12-13-22
4+ ### Resolves
5+
6+ - Docker build must use 16-slim rather than lts-slim.
7+
38## [ 2.0.4] - 12-09-22
49### Resolves
510
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ ARG NPM_REGISTRY=upstream
66ARG NODE_ENV=development
77
88# Node stage.
9- FROM node:lts -slim as build
9+ FROM node:16 -slim as build
1010ARG USER_ID
1111ARG USER_NAME
1212ARG SOURCE_DIR
Original file line number Diff line number Diff line change 44 "type" : " git" ,
55 "url" : " git+https://github.com/TAMULib/tamu-library-components.git"
66 },
7- "version" : " 2.0.4-rc.1 " ,
7+ "version" : " 2.0.4-rc.2 " ,
88 "private" : false ,
99 "license" : " MIT" ,
1010 "engines" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @wvr/tl-elements" ,
3- "version" : " 2.0.4-rc.1 " ,
3+ "version" : " 2.0.4-rc.2 " ,
44 "description" : " Collection of angular components for TAMU's Custom Web Component UI" ,
55 "author" : " Texas A&M University Libraries" ,
66 "private" : false ,
You can’t perform that action at this time.
0 commit comments