Skip to content

Commit

Permalink
fix: update golang version to 1.19 in dockerfile (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
sindhusegment committed Jan 13, 2023
1 parent f64f40e commit 301d5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.13-alpine AS build
FROM golang:1.19-alpine AS build

WORKDIR /go/src/github.com/segmentio/chamber
COPY . .
Expand Down

0 comments on commit 301d5fe

Please sign in to comment.