Skip to content

Commit

Permalink
[soju] 3 changes
Browse files Browse the repository at this point in the history
apk:libcrypto3 3.1.4-r4->3.1.4-r5
apk:libssl3 3.1.4-r4->3.1.4-r5
image:golang 2a2c63c3fc8c->57ba9981ca69
  • Loading branch information
greboid committed Jan 26, 2024
1 parent 1986d11 commit 4c71072
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions soju/Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Generated from https://github.com/greboid/dockerfiles/blob/master/soju/Containerfile.gotpl
# BOM: {"apk:brotli-libs":"1.1.0-r1","apk:busybox":"1.36.1-r15","apk:busybox-binsh":"1.36.1-r15","apk:c-ares":"1.24.0-r1","apk:ca-certificates":"20230506-r0","apk:git":"2.43.0-r0","apk:libcrypto3":"3.1.4-r4","apk:libcurl":"8.5.0-r0","apk:libexpat":"2.5.0-r2","apk:libidn2":"2.3.4-r4","apk:libssl3":"3.1.4-r4","apk:libunistring":"1.1-r2","apk:musl":"1.2.4_git20230717-r4","apk:nghttp2-libs":"1.58.0-r0","apk:patch":"2.7.6-r10","apk:pcre2":"10.42-r2","apk:zlib":"1.3.1-r0","github:csmith/certwrapper":"v4.2.0","github:emersion/soju":"v0.7.0","image:base":"be27ab611ebaeb5497671f87f264356fc32300a5c49f3e04f493b8a709c5bff6","image:golang":"2a2c63c3fc8ca5123993b8fd44bc7a949e8c79d8dc1383585889b6581c777a55"}
# BOM: {"apk:brotli-libs":"1.1.0-r1","apk:busybox":"1.36.1-r15","apk:busybox-binsh":"1.36.1-r15","apk:c-ares":"1.24.0-r1","apk:ca-certificates":"20230506-r0","apk:git":"2.43.0-r0","apk:libcrypto3":"3.1.4-r5","apk:libcurl":"8.5.0-r0","apk:libexpat":"2.5.0-r2","apk:libidn2":"2.3.4-r4","apk:libssl3":"3.1.4-r5","apk:libunistring":"1.1-r2","apk:musl":"1.2.4_git20230717-r4","apk:nghttp2-libs":"1.58.0-r0","apk:patch":"2.7.6-r10","apk:pcre2":"10.42-r2","apk:zlib":"1.3.1-r0","github:csmith/certwrapper":"v4.2.0","github:emersion/soju":"v0.7.0","image:base":"be27ab611ebaeb5497671f87f264356fc32300a5c49f3e04f493b8a709c5bff6","image:golang":"57ba9981ca69867b19c4f9cc5e2e83241c1c355ed354d431dc7a72a86c5b0916"}

FROM reg.g5d.dev/golang@sha256:2a2c63c3fc8ca5123993b8fd44bc7a949e8c79d8dc1383585889b6581c777a55 AS build
FROM reg.g5d.dev/golang@sha256:57ba9981ca69867b19c4f9cc5e2e83241c1c355ed354d431dc7a72a86c5b0916 AS build

ARG SOJUTAG="v0.7.0"
ARG CERTTAG="v4.2.0"
Expand All @@ -14,11 +14,11 @@ RUN set -eux; \
c-ares=1.24.0-r1 \
ca-certificates=20230506-r0 \
git=2.43.0-r0 \
libcrypto3=3.1.4-r4 \
libcrypto3=3.1.4-r5 \
libcurl=8.5.0-r0 \
libexpat=2.5.0-r2 \
libidn2=2.3.4-r4 \
libssl3=3.1.4-r4 \
libssl3=3.1.4-r5 \
libunistring=1.1-r2 \
musl=1.2.4_git20230717-r4 \
nghttp2-libs=1.58.0-r0 \
Expand Down

0 comments on commit 4c71072

Please sign in to comment.