Skip to content

Commit

Permalink
deps(docker): Bump golang from 1.22-alpine to 1.23-alpine
Browse files Browse the repository at this point in the history
Bumps golang from 1.22-alpine to 1.23-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 27, 2024
1 parent 8f40d1f commit d3e781e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.8-labs
FROM --platform=linux/amd64 golang:1.22-alpine AS build
FROM --platform=linux/amd64 golang:1.23-alpine AS build

ARG TARGETOS
ARG TARGETARCH
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.integration
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM vault:1.13.3 AS vault

FROM consul:1.15.4 AS consul

FROM golang:1.22-alpine
FROM golang:1.23-alpine

COPY --from=vault /bin/vault /bin/vault
COPY --from=consul /bin/consul /bin/consul
Expand Down

0 comments on commit d3e781e

Please sign in to comment.