Skip to content

Commit

Permalink
Revert "docker: agent: bump golang in /agent"
Browse files Browse the repository at this point in the history
This reverts commit 95ec7c0.
  • Loading branch information
gustavosbarreto committed Aug 19, 2024
1 parent 0c1049e commit 7980026
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.23.0-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.23.0-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.23.0-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.23.0-alpine3.19
FROM golang:1.22.6-alpine3.19

ARG GOPROXY

Expand Down

0 comments on commit 7980026

Please sign in to comment.