Skip to content

Commit

Permalink
Updates Docker Images (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
0hlov3 authored Feb 27, 2022
1 parent 69d70aa commit 64d9a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 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 add git

Expand All @@ -9,7 +9,7 @@ WORKDIR /gotosocial-admin
RUN npm install
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

# copy over the binary from the first stage
Expand Down

0 comments on commit 64d9a34

Please sign in to comment.