Skip to content

Commit 4bb76e1

Browse files
dependabot[bot]tma
andauthored
Bump golang from 1.18.4-alpine3.16 to 1.19.0-alpine3.16 (#31)
* 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]>
1 parent 7486216 commit 4bb76e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
context: .
77
dockerfile: Dockerfile
88
args:
9-
VARIANT: 1.18
9+
VARIANT: 1.19
1010

1111
privileged: true
1212
cap_add:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.18.4-alpine3.16 AS builder
1+
FROM golang:1.19.0-alpine3.16 AS builder
22

33
RUN apk add --no-cache git
44

0 commit comments

Comments
 (0)