Skip to content

Commit

Permalink
build(deps): bump golang from 1.18-alpine to 1.19.3-alpine in /viz/tap
Browse files Browse the repository at this point in the history
Bumps golang from 1.18-alpine to 1.19.3-alpine.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Dec 14, 2022
1 parent 96da55c commit 7fda31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion viz/tap/Dockerfile
@@ -1,7 +1,7 @@
ARG BUILDPLATFORM=linux/amd64

# Precompile key slow-to-build dependencies
FROM --platform=$BUILDPLATFORM golang:1.18-alpine as go-deps
FROM --platform=$BUILDPLATFORM golang:1.19-alpine as go-deps
WORKDIR /linkerd-build
COPY go.mod go.sum ./
COPY bin/install-deps bin/
Expand Down

0 comments on commit 7fda31f

Please sign in to comment.