Skip to content

Commit

Permalink
Merge pull request #161 from Axway/APIGOV-26491
Browse files Browse the repository at this point in the history
APIGOV-26491 - update golang to 1.21.3
  • Loading branch information
dfeldick authored Oct 16, 2023
2 parents 7f5c879 + 76d332e commit bb02eed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions discovery/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build image
# golang:1.21.1-alpine3.18 linux/amd64
FROM docker.io/golang@sha256:0c860c7ceba62231d0f99fb92e9d7c1577f26fea794a12c75756a8f64b146e45 AS builder
# golang:1.21.3-alpine3.18 linux/amd64
FROM docker.io/golang@sha256:27c76dcf886c5024320f4fa8ceb57d907494a3bb3d477d0aa7ac8385acd871ea AS builder

ENV GOFLAGS "-mod=mod"
ENV GOWORK "off"
Expand Down
4 changes: 2 additions & 2 deletions traceability/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build image
# golang:1.21.1-alpine3.18 linux/amd64
FROM docker.io/golang@sha256:0c860c7ceba62231d0f99fb92e9d7c1577f26fea794a12c75756a8f64b146e45 AS builder
# golang:1.21.3-alpine3.18 linux/amd64
FROM docker.io/golang@sha256:27c76dcf886c5024320f4fa8ceb57d907494a3bb3d477d0aa7ac8385acd871ea AS builder

ENV GOFLAGS "-mod=mod"
ENV GOWORK "off"
Expand Down

0 comments on commit bb02eed

Please sign in to comment.