mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-10-31 22:40:01 +00:00
Updates Docker Images (#415)
This commit is contained in:
parent
69d70aa677
commit
64d9a34c65
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# bundle the admin webapp
|
# bundle the admin webapp
|
||||||
FROM node:16.9.0-alpine3.14 AS admin_builder
|
FROM node:17.6.0-alpine3.15 AS admin_builder
|
||||||
RUN apk update && apk upgrade --no-cache
|
RUN apk update && apk upgrade --no-cache
|
||||||
RUN apk add git
|
RUN apk add git
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ WORKDIR /gotosocial-admin
|
||||||
RUN npm install
|
RUN npm install
|
||||||
RUN node index.js
|
RUN node index.js
|
||||||
|
|
||||||
FROM alpine:3.14.2 AS executor
|
FROM alpine:3.15.0 AS executor
|
||||||
RUN apk update && apk upgrade --no-cache
|
RUN apk update && apk upgrade --no-cache
|
||||||
|
|
||||||
# copy over the binary from the first stage
|
# copy over the binary from the first stage
|
||||||
|
|
Loading…
Reference in a new issue