build(deps): update dependency golang to v1.18.4 (#3695)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/3655/head^2
renovate[bot] 2022-07-13 11:06:14 +10:00 committed by GitHub
parent 38cd35668f
commit 1d5469de43
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 ===== # ===== Build image for the backend =====
# ======================================= # =======================================
FROM golang:1.18.3-alpine AS builder-backend FROM golang:1.18.4-alpine AS builder-backend
WORKDIR /go/src/app WORKDIR /go/src/app

View File

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

View File

@ -1,4 +1,4 @@
FROM golang:1.18.3-alpine FROM golang:1.18.4-alpine
ARG USER_ID ARG USER_ID
ARG GROUP_ID ARG GROUP_ID