feat: use node:20-alpine3.16

This commit is contained in:
Udit Karode 2023-05-05 13:42:33 +05:30
parent dae720ebda
commit e45001d956
No known key found for this signature in database
GPG Key ID: 864BAA48465205F0
2 changed files with 11 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM node:18.15.0-alpine3.17
FROM node:20-alpine3.16
# Set build shell to bash, default has has some issues sometimes

10
.build/docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
version: '3.5'
services:
#########################
bing-tg:
build:
context: ..
dockerfile: .build/Dockerfile
hostname: bing-tg
image: uditkarode/bing-chat-telegram:latest