Skip to content
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

Docker(deps): Bump distroless/base from 6d4a4f4 to 97d1521 #391

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ RUN cabal install \
####################
# Deployment image #
####################
FROM gcr.io/distroless/base:nonroot@sha256:6d4a4f40e93615df1677463ca56456379cc3a4e2359308c9e72bc60ffc4a12a9
FROM gcr.io/distroless/base:nonroot@sha256:97d15218016debb9b6700a8c1c26893d3291a469852ace8d8f7d15b2f156920f

# Copy missing shared libraries from build stage
COPY --from=build /lib/x86_64-linux-gnu/libz.so.1 /lib/x86_64-linux-gnu/libz.so.1

Unchanged files with check annotations Beta

--
tlsCiphers :: [Cipher]
tlsCiphers =
[ TLS.cipher_TLS13_AES128GCM_SHA256

Check warning on line 100 in src/Lib.hs

GitHub Actions / build-binary

In the use of ‘cipher_TLS13_AES128GCM_SHA256’

Check warning on line 100 in src/Lib.hs

GitHub Actions / build-binary

In the use of ‘cipher_TLS13_AES128GCM_SHA256’
, TLS.cipher_TLS13_AES256GCM_SHA384

Check warning on line 101 in src/Lib.hs

GitHub Actions / build-binary

In the use of ‘cipher_TLS13_AES256GCM_SHA384’

Check warning on line 101 in src/Lib.hs

GitHub Actions / build-binary

In the use of ‘cipher_TLS13_AES256GCM_SHA384’
, TLS.cipher_TLS13_CHACHA20POLY1305_SHA256

Check warning on line 102 in src/Lib.hs

GitHub Actions / build-binary

In the use of ‘cipher_TLS13_CHACHA20POLY1305_SHA256’

Check warning on line 102 in src/Lib.hs

GitHub Actions / build-binary

In the use of ‘cipher_TLS13_CHACHA20POLY1305_SHA256’
, TLS.cipher_ECDHE_ECDSA_AES128GCM_SHA256

Check warning on line 103 in src/Lib.hs

GitHub Actions / build-binary

In the use of ‘cipher_ECDHE_ECDSA_AES128GCM_SHA256’

Check warning on line 103 in src/Lib.hs

GitHub Actions / build-binary

In the use of ‘cipher_ECDHE_ECDSA_AES128GCM_SHA256’
, TLS.cipher_ECDHE_RSA_AES128GCM_SHA256

Check warning on line 104 in src/Lib.hs

GitHub Actions / build-binary

In the use of ‘cipher_ECDHE_RSA_AES128GCM_SHA256’

Check warning on line 104 in src/Lib.hs

GitHub Actions / build-binary

In the use of ‘cipher_ECDHE_RSA_AES128GCM_SHA256’
, TLS.cipher_ECDHE_ECDSA_AES256GCM_SHA384

Check warning on line 105 in src/Lib.hs

GitHub Actions / build-binary

In the use of ‘cipher_ECDHE_ECDSA_AES256GCM_SHA384’

Check warning on line 105 in src/Lib.hs

GitHub Actions / build-binary

In the use of ‘cipher_ECDHE_ECDSA_AES256GCM_SHA384’
, TLS.cipher_ECDHE_RSA_AES256GCM_SHA384

Check warning on line 106 in src/Lib.hs

GitHub Actions / build-binary

In the use of ‘cipher_ECDHE_RSA_AES256GCM_SHA384’

Check warning on line 106 in src/Lib.hs

GitHub Actions / build-binary

In the use of ‘cipher_ECDHE_RSA_AES256GCM_SHA384’
, TLS.cipher_ECDHE_ECDSA_CHACHA20POLY1305_SHA256

Check warning on line 107 in src/Lib.hs

GitHub Actions / build-binary

In the use of ‘cipher_ECDHE_ECDSA_CHACHA20POLY1305_SHA256’

Check warning on line 107 in src/Lib.hs

GitHub Actions / build-binary

In the use of ‘cipher_ECDHE_ECDSA_CHACHA20POLY1305_SHA256’
, TLS.cipher_ECDHE_RSA_CHACHA20POLY1305_SHA256

Check warning on line 108 in src/Lib.hs

GitHub Actions / build-binary

In the use of ‘cipher_ECDHE_RSA_CHACHA20POLY1305_SHA256’

Check warning on line 108 in src/Lib.hs

GitHub Actions / build-binary

In the use of ‘cipher_ECDHE_RSA_CHACHA20POLY1305_SHA256’

Check warning on line 108 in src/Lib.hs

GitHub Actions / build-binary

In the use of ‘cipher_ECDHE_RSA_CHACHA20POLY1305_SHA256’
]
warpSettings :: String -> Port -> Settings