Bump golang from 1.21.6-alpine3.19 to 1.22.0-alpine3.19 (#43)

Bumps golang from 1.21.6-alpine3.19 to 1.22.0-alpine3.19.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-02-07 17:16:29 -07:00
committed by GitHub
parent 02a005d620
commit 1890835ac1

View File

@@ -1,5 +1,5 @@
# syntax = docker/dockerfile:latest # syntax = docker/dockerfile:latest
FROM golang:1.21.6-alpine3.19 as build FROM golang:1.22.0-alpine3.19 as build
RUN apk add --update build-base gcc wget git libpcap-dev RUN apk add --update build-base gcc wget git libpcap-dev
WORKDIR /app WORKDIR /app
COPY src/* /app/ COPY src/* /app/