Skip to content

Commit 9c7a39e

Browse files
authored
Merge pull request Place1#162 from freifunkMUC/dependabot/docker/golang-1.18.1-alpine
Bump golang from 1.18.0-alpine to 1.18.1-alpine
2 parents d4244ee + ac9b06d commit 9c7a39e

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.18.0-alpine as server
11+
FROM golang:1.18.1-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)