Skip to content

Commit

Permalink
Merge pull request #37 from GoliathLabs/dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DasSkelett committed Dec 10, 2021
2 parents 381b320 + 326bb3a commit ae3ffcf
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 @@
### Build stage for the website frontend
FROM node:16 as website
FROM node:16-bullseye as website
RUN apt-get update
RUN apt-get install -y protobuf-compiler libprotobuf-dev
WORKDIR /code
Expand All @@ -12,7 +12,7 @@ RUN npm run codegen
RUN npm run build

### Build stage for the website backend server
FROM golang:1.17.3-alpine as server
FROM golang:1.17.5-alpine as server
RUN apk add gcc musl-dev
RUN apk add protobuf
RUN apk add protobuf-dev
Expand Down

0 comments on commit ae3ffcf

Please sign in to comment.