Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Automation] Bump Golang version to 1.22.3 #95

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: Update from dockerfiles
Made with ❤️️ by updatecli
  • Loading branch information
obltmachine committed May 7, 2024
commit ab02945d7963157d3b5e16cdf2cd92d91fe0e329
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.2-alpine3.19 as builder
FROM golang:1.22.3-alpine3.19 as builder

RUN apk add --no-cache musl-dev gcc libpcap libpcap-dev

Expand Down