Skip to content

Commit

Permalink
build(deps): bump golang from 1.19.2 to 1.19.4
Browse files Browse the repository at this point in the history
Bumps golang from 1.19.2 to 1.19.4.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kkourt committed Jan 6, 2023
1 parent 977aec2 commit f53c6a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ FROM quay.io/cilium/cilium-bpftool AS bpftool
COPY . ./


FROM golang:1.19.2
FROM golang:1.19.4
RUN apt-get update -y && \
apt-get upgrade -y && \
apt-get install -y \
Expand Down

0 comments on commit f53c6a1

Please sign in to comment.