-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump version for docker image #319
Conversation
Tor package for linux/s390x no longer available alpine 3.17
Codecov ReportBase: 45.48% // Head: 45.41% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #319 +/- ##
==========================================
- Coverage 45.48% 45.41% -0.08%
==========================================
Files 43 43
Lines 5153 5153
==========================================
- Hits 2344 2340 -4
- Misses 2535 2538 +3
- Partials 274 275 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@@ -26,7 +26,7 @@ | |||
&& mv ./build/binary/wayback-* /wayback | |||
|
|||
# Application layer | |||
FROM alpine:3.15 | |||
FROM alpine:3.17 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies
@@ -22,7 +22,7 @@ | |||
&& mv ./build/binary/wayback-* /wayback | |||
|
|||
# Application layer | |||
FROM alpine:3.15 | |||
FROM alpine:3.17 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies
@@ -19,7 +19,7 @@ | |||
&& mv ./build/binary/wayback-* /wayback | |||
|
|||
# Application layer | |||
FROM alpine:3.15 | |||
FROM alpine:3.17 |
Check warning
Code scanning / Scorecard
Pinned-Dependencies
@@ -2,7 +2,7 @@ | |||
# Use of this source code is governed by the GNU GPL v3 | |||
# license that can be found in the LICENSE file. | |||
# | |||
FROM golang:1.19-alpine AS builder | |||
FROM golang:1.20-alpine AS builder |
Check warning
Code scanning / Scorecard
Pinned-Dependencies
Type of change
Checklist