Skip to content

Commit

Permalink
build(deps): bump golang in /instrumentation/net/http/otelhttp/example (
Browse files Browse the repository at this point in the history
#4964)

Bumps golang from 1.21-alpine to 1.22-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
2 people authored and arvindbr8 committed Feb 12, 2024
1 parent bfefb1b commit 0243e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instrumentation/net/http/otelhttp/example/Dockerfile
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.21-alpine AS base
FROM golang:1.22-alpine AS base
COPY . /src/
WORKDIR /src/instrumentation/net/http/otelhttp/example

Expand Down

0 comments on commit 0243e0f

Please sign in to comment.