Skip to content

Commit 2062af5

Browse files
author
Renovate Bot
committed
chore(deps): update docker.io/golang docker tag to v1.23.6
1 parent 667ebe1 commit 2062af5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .circleci/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
command: echo "Done"
2323
deps-go:
2424
docker:
25-
- image: docker.io/golang:1.23.5
25+
- image: docker.io/golang:1.23.6
2626
steps:
2727
- attach_workspace:
2828
at: .
@@ -97,7 +97,7 @@ jobs:
9797
command: ./task lint-buf
9898
lint-go:
9999
docker:
100-
- image: docker.io/golang:1.23.5
100+
- image: docker.io/golang:1.23.6
101101
steps:
102102
- attach_workspace:
103103
at: .

Diff for: Containerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN cd frontend && pnpm build
1111

1212
# --
1313

14-
FROM docker.io/golang:1.23.5@sha256:8c10f21bec412f08f73aa7b97ca5ac5f28a39d8a88030ad8a339fd0a781d72b4 AS backend-builder
14+
FROM docker.io/golang:1.23.6@sha256:958bd2e45b2d6d166aa0e33ee737093fe0c773c89c3fc142f26ac65ec37507cd AS backend-builder
1515
WORKDIR /app
1616

1717
COPY ./backend/go.mod ./backend/go.sum ./backend/

0 commit comments

Comments
 (0)