Skip to content

Commit

Permalink
bump go version in docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
mredolatti committed Oct 19, 2023
1 parent 88b12f0 commit 15857e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions docker/Dockerfile.proxy
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Build stage
FROM golang:1.20.6-alpine3.18 AS builder
FROM golang:1.21.3-alpine3.18 AS builder

ARG EXTRA_BUILD_ARGS

RUN apk add \
bash \
build-base \
python3 \
git
bash \
build-base \
python3 \
git

WORKDIR /code

Expand Down
10 changes: 5 additions & 5 deletions docker/Dockerfile.synchronizer
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Build stage
FROM golang:1.20.6-alpine3.18 AS builder
FROM golang:1.21.3-alpine3.18 AS builder

ARG EXTRA_BUILD_ARGS

RUN apk add \
bash \
build-base \
python3 \
git
bash \
build-base \
python3 \
git

WORKDIR /code

Expand Down

0 comments on commit 15857e3

Please sign in to comment.