Skip to content

Commit

Permalink
chore(deps): update alpine docker tag to v20240315 (#13430)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 27, 2024
1 parent 599435e commit f5ee082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/post-release/Dockerfile
@@ -1,5 +1,5 @@
# Container image that runs your code
FROM alpine:20231219
FROM alpine:20240315

RUN apk add --no-cache curl jq git bash

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/pre-release/Dockerfile
@@ -1,5 +1,5 @@
# Container image that runs your code
FROM alpine:20231219
FROM alpine:20240315

RUN apk add --no-cache curl jq git bash

Expand Down

1 comment on commit f5ee082

@puneetbehl
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks the release with error Error relocating /usr/lib/libcurl.so.4: SSL_get0_group_name: symbol not found.

Please sign in to comment.