Skip to content

Commit 0b9d771

Browse files
committed
Merge pull request Place1#140 from freifunkMUC/dependabot/docker/golang-1.18.0-alpine
2 parents e2bed86 + 894ff3a commit 0b9d771

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY ./website/ ./
88
RUN npm run build
99

1010
### Build stage for the website backend server
11-
FROM golang:1.17.7-alpine as server
11+
FROM golang:1.18.0-alpine as server
1212
RUN apk add --no-cache gcc musl-dev
1313
WORKDIR /code
1414
ENV CGO_ENABLED=1

0 commit comments

Comments
 (0)