Skip to content

Commit 5c2ed99

Browse files
authored
use lts-stretch (not stretch) as base image of nodejsActionBase (#182)
1 parent 3c917b5 commit 5c2ed99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/nodejsActionBase/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616
#
1717

18-
FROM node:stretch
18+
FROM node:lts-stretch
1919

2020
# Initial update and some basics.
2121
#

0 commit comments

Comments
 (0)