mirror of
https://github.com/pacnpal/markov-discord.git
synced 2025-12-23 20:21:06 -05:00
Update to alpine 3.15
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
########
|
||||
# BASE
|
||||
########
|
||||
FROM node:16-alpine3.14 as base
|
||||
FROM node:16-alpine3.15 as base
|
||||
|
||||
WORKDIR /usr/app
|
||||
|
||||
|
||||
Reference in New Issue
Block a user