Skip to content

Commit

Permalink
Bump golang from 1.19 to 1.21 in /atlas/templates/docker
Browse files Browse the repository at this point in the history
Bumps golang from 1.19 to 1.21.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2024
1 parent 78ebba7 commit 15a888e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion atlas/templates/docker/Dockerfile.debug.gotmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build the server binary
FROM golang:1.19-alpine3.17 AS builder
FROM golang:1.21-alpine3.17 AS builder
LABEL stage=server-intermediate

# install tools
Expand Down
2 changes: 1 addition & 1 deletion atlas/templates/docker/Dockerfile.gotmpl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build the server binary
FROM golang:1.19 AS builder
FROM golang:1.21 AS builder
LABEL stage=server-intermediate
WORKDIR /go/src/{{ .Root }}/{{ .Name }}

Expand Down

0 comments on commit 15a888e

Please sign in to comment.