Skip to content

Commit

Permalink
bump docker image versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mredolatti committed Oct 31, 2023
1 parent 2096008 commit b4f549e
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
Expand Up @@ -4,10 +4,10 @@ FROM golang:1.20.6-alpine3.18 AS builder
ARG EXTRA_BUILD_ARGS

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

WORKDIR /code

Expand All @@ -16,7 +16,7 @@ COPY . .
RUN make clean split-proxy entrypoints EXTRA_BUILD_ARGS="${EXTRA_BUILD_ARGS}"

# Runner stage
FROM alpine:3.18.2 AS runner
FROM alpine:3.18.4 AS runner

RUN apk add bash

Expand Down
10 changes: 5 additions & 5 deletions docker/Dockerfile.synchronizer
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ FROM golang:1.20.6-alpine3.18 AS builder
ARG EXTRA_BUILD_ARGS

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

WORKDIR /code

Expand All @@ -16,7 +16,7 @@ COPY . .
RUN make clean split-sync entrypoints EXTRA_BUILD_ARGS="${EXTRA_BUILD_ARGS}"

# Runner stage
FROM alpine:3.18.2 AS runner
FROM alpine:3.18.4 AS runner

RUN apk add bash

Expand Down

0 comments on commit b4f549e

Please sign in to comment.