Skip to content

Commit

Permalink
docker: agent: bump golang in /agent
Browse files Browse the repository at this point in the history
Bumps golang from 1.22.5-alpine3.19 to 1.22.6-alpine3.19.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and gustavosbarreto committed Aug 12, 2024
1 parent cf4a733 commit fc4a5a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base stage
FROM golang:1.22.5-alpine3.19 AS base
FROM golang:1.22.6-alpine3.19 AS base

ARG GOPROXY

Expand Down
2 changes: 1 addition & 1 deletion agent/Dockerfile.amd64
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.5-alpine3.19
FROM golang:1.22.6-alpine3.19

ARG SHELLHUB_VERSION=latest

Expand Down
2 changes: 1 addition & 1 deletion agent/Dockerfile.i386
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.5-alpine3.19
FROM golang:1.22.6-alpine3.19

ARG SHELLHUB_VERSION=latest

Expand Down
2 changes: 1 addition & 1 deletion agent/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.5-alpine3.19
FROM golang:1.22.6-alpine3.19

ARG GOPROXY

Expand Down

0 comments on commit fc4a5a4

Please sign in to comment.