Skip to content

Commit c0bba27

Browse files
authored
Merge pull request #456 from TAMULib/docker_build-node_16
Use 16-slim rather than lts-slim.
2 parents fd88fa1 + 9607c3e commit c0bba27

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG NPM_REGISTRY=upstream
66
ARG NODE_ENV=development
77

88
# Node stage.
9-
FROM node:lts-slim as build
9+
FROM node:16-slim as build
1010
ARG USER_ID
1111
ARG USER_NAME
1212
ARG SOURCE_DIR

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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": {

projects/tl-elements/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

0 commit comments

Comments
 (0)