Skip to content

Commit

Permalink
Bump golang from 1.18.4-alpine3.16 to 1.19.0-alpine3.16 (#31)
Browse files Browse the repository at this point in the history
* Bump golang from 1.18.4-alpine3.16 to 1.19.0-alpine3.16

Bumps golang from 1.18.4-alpine3.16 to 1.19.0-alpine3.16.

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

Signed-off-by: dependabot[bot] <[email protected]>

* Bump go version in devcontainer

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Maurer <[email protected]>
  • Loading branch information
dependabot[bot] and tma authored Aug 8, 2022
1 parent 7486216 commit 4bb76e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
context: .
dockerfile: Dockerfile
args:
VARIANT: 1.18
VARIANT: 1.19

privileged: true
cap_add:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.4-alpine3.16 AS builder
FROM golang:1.19.0-alpine3.16 AS builder

RUN apk add --no-cache git

Expand Down

0 comments on commit 4bb76e1

Please sign in to comment.