Skip to content

Commit ac9b06d

Browse files
Bump golang from 1.18.0-alpine to 1.18.1-alpine
Bumps golang from 1.18.0-alpine to 1.18.1-alpine. --- updated-dependencies: - dependency-name: golang dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d4244ee commit ac9b06d

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)