File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- FROM postgres:17.6@sha256:0b6428e8c09651398137d2b3308a6ad87e73ac15fc38729891c16d942e947d3d
1
+ FROM postgres:17.6@sha256:e6a4209d1a4893f2df3bdcde58f8926c3c929c4d51df90990ed1b36d83c1382a
2
2
3
3
# expects the build context to be: $GOPATH/src/github.com/google/trillian
4
4
COPY storage/postgresql/schema/storage.sql /docker-entrypoint-initdb.d/storage.sql
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN go install ./cmd/trillian_log_server
18
18
RUN go run github.com/google/go-licenses/v2 save ./cmd/trillian_log_server --save_path /THIRD_PARTY_NOTICES
19
19
20
20
# Make a minimal image.
21
- FROM gcr.io/distroless/base-debian12@sha256:fa15492938650e1a5b87e34d47dc7d99a2b4e8aefd81b931b3f3eb6bb4c1d2f6
21
+ FROM gcr.io/distroless/base-debian12@sha256:9e9b50d2048db3741f86a48d939b4e4cc775f5889b3496439343301ff54cdba8
22
22
23
23
COPY --from=build /go/bin/trillian_log_server /
24
24
COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN go install ./cmd/trillian_log_signer
18
18
RUN go run github.com/google/go-licenses/v2 save ./cmd/trillian_log_signer --save_path /THIRD_PARTY_NOTICES
19
19
20
20
# Make a minimal image.
21
- FROM gcr.io/distroless/base-debian12@sha256:fa15492938650e1a5b87e34d47dc7d99a2b4e8aefd81b931b3f3eb6bb4c1d2f6
21
+ FROM gcr.io/distroless/base-debian12@sha256:9e9b50d2048db3741f86a48d939b4e4cc775f5889b3496439343301ff54cdba8
22
22
23
23
COPY --from=build /go/bin/trillian_log_signer /
24
24
COPY --from=build /THIRD_PARTY_NOTICES /THIRD_PARTY_NOTICES
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
16
- FROM ubuntu:noble@sha256:353675e2a41babd526e2b837d7ec780c2a05bca0164f7ea5dbbd433d21d166fc
16
+ FROM ubuntu:noble@sha256:728785b59223d755e3e5c5af178fab1be7031f3522c5ccd7a0b32b80d8248123
17
17
18
18
# Patch the OS-level packages and remove unneeded dependencies.
19
19
RUN apt-get update \
You can’t perform that action at this time.
0 commit comments