Skip to content

Commit

Permalink
Merge pull request #8 from relativityone/update-go-1.19.1
Browse files Browse the repository at this point in the history
chore: update go to latest 1.19.1 to resolve vulnerabilities
  • Loading branch information
meggers authored Sep 15, 2022
2 parents f2ddc4a + dd77f63 commit 7ca22e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17.13-buster AS build
FROM golang:1.19.1-buster AS build
ARG VERSION="local"
COPY . /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/redboxllc/scuttle

go 1.17
go 1.19

require (
github.com/cenk/backoff v2.1.1+incompatible
Expand Down

0 comments on commit 7ca22e5

Please sign in to comment.