Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v20240315 (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Mar 18, 2024
1 parent bbad468 commit 4c44085
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing/cloudbuild-templates/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This Dockerfile provides a self-contained "Hello, World!" service.
# It is used to facilitate troubleshooting the Cloud Build templates.
FROM alpine:20231219
FROM alpine:20240315

CMD while :; do nc -l -p $PORT -e sh -c 'echo -e "HTTP/1.1 200 OK\n\n Hello, World!"'; done
2 changes: 1 addition & 1 deletion testing/test-cases/module.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY . ./

RUN CGO_ENABLED=0 GOOS=linux go build -mod=readonly -v -o server

FROM alpine:20231219
FROM alpine:20240315
RUN apk add --no-cache ca-certificates

COPY --from=builder /app/server /server
Expand Down

0 comments on commit 4c44085

Please sign in to comment.