File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
suppression-backup-service Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
# syntax=docker/dockerfile:1
3
3
4
4
# GO_VERSION is updated automatically to match go.mod, see Makefile
5
- ARG GO_VERSION=1.23.2
5
+ ARG GO_VERSION=1.23.3
6
6
ARG ALPINE_VERSION=3.20
7
7
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder
8
8
ARG VERSION
Original file line number Diff line number Diff line change 1
1
module github.com/rudderlabs/rudder-server
2
2
3
- go 1.23.2
3
+ go 1.23.3
4
4
5
5
// Addressing snyk vulnerabilities in indirect dependencies
6
6
// When upgrading a dependency, please make sure that
Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile:1
2
2
3
3
# GO_VERSION is updated automatically to match go.mod, see Makefile
4
- ARG GO_VERSION=1.23.2
4
+ ARG GO_VERSION=1.23.3
5
5
ARG ALPINE_VERSION=3.20
6
6
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS builder
7
7
RUN mkdir /app
You can’t perform that action at this time.
0 commit comments