Skip to content

Commit 1b2411c

Browse files
chore(deps): update golang:alpine docker digest to 3889b42 (#9493)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 65790f2 commit 1b2411c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

instrumentation/github.com/labstack/echo/otelecho/example/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Copyright The OpenTelemetry Authors
22
# SPDX-License-Identifier: Apache-2.0
3-
FROM golang:alpine@sha256:70b46548e42db77e0966aaf3619fd068734dc6c77584d526b91126504fd95816 AS base
3+
FROM golang:alpine@sha256:3889b425f035be855a72fb4755265311293b6d414521f0a519d819df32222d83 AS base
44
COPY . /src/
55
WORKDIR /src/instrumentation/github.com/labstack/echo/otelecho/example
66

instrumentation/github.com/labstack/echo/otelecho/example/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
version: "3.7"
44
services:
55
echo-client:
6-
image: golang:alpine@sha256:70b46548e42db77e0966aaf3619fd068734dc6c77584d526b91126504fd95816
6+
image: golang:alpine@sha256:3889b425f035be855a72fb4755265311293b6d414521f0a519d819df32222d83
77
networks:
88
- example
99
command:

0 commit comments

Comments
 (0)