build(deps): update dependency golang to v1.18.1 (#3019)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
pull/3042/head
renovate[bot] 2022-05-03 19:35:44 +10:00 committed by GitHub
parent e55aa43f22
commit e6ad8fe83e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ RUN yarn global add pnpm && \
# =======================================
# ===== Build image for the backend =====
# =======================================
FROM golang:1.17.9-alpine AS builder-backend
FROM golang:1.18.1-alpine AS builder-backend
WORKDIR /go/src/app

View File

@ -13,7 +13,7 @@ RUN yarn install --frozen-lockfile && yarn build
# =======================================
# ===== Build image for the backend =====
# =======================================
FROM golang:1.17.9-alpine AS builder-backend
FROM golang:1.18.1-alpine AS builder-backend
WORKDIR /go/src/app

View File

@ -1,4 +1,4 @@
FROM golang:1.17.9-alpine
FROM golang:1.18.1-alpine
ARG USER_ID
ARG GROUP_ID