File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docker/db_server/postgresql Expand file tree Collapse file tree 2 files changed +2
-2
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 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:fdb6c9ceb1293dcb0b7eda5df195b15303b01857d7b10f98489e7691d20aa2a1
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