Skip to content

Commit

Permalink
chore(config_loader): update docker.io/alpine docker tag to v3.18.5 (#…
Browse files Browse the repository at this point in the history
…13012)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 1, 2023
1 parent 769a176 commit 7d6f8d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-go/build/package/config_loader/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY api-go ./
RUN go build -o ./out/cmd/config_loader/ ./cmd/config_loader/main.go


FROM docker.io/alpine:3.18.4 AS release
FROM docker.io/alpine:3.18.5 AS release
WORKDIR /usr/src/app
ENV GIN_MODE=release

Expand Down

0 comments on commit 7d6f8d0

Please sign in to comment.