Skip to content

Commit 87ce2c2

Browse files
Bump alpine from 3.20 to 3.22 in /bigquery/detokenize
Bumps alpine from 3.20 to 3.22. --- updated-dependencies: - dependency-name: alpine dependency-version: '3.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4dac39c commit 87ce2c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bigquery/detokenize/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ COPY . .
2020
RUN go build -o main ./cmd/main.go
2121

2222
# Use a minimal base image to package the built binary
23-
FROM alpine:3.20
23+
FROM alpine:3.22
2424

2525
# Set the working directory inside the container
2626
WORKDIR /root/

0 commit comments

Comments
 (0)