Skip to content

Commit

Permalink
Merge pull request #19 from relativityone/REL-828579_Upgrade_Golang_t…
Browse files Browse the repository at this point in the history
…o_at_least_1.19.6

REL-828579 Upgrade Golang to 1.19.7
  • Loading branch information
jyang-cac authored Mar 14, 2023
2 parents 559e605 + 21c2a64 commit cdf5109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19.2-buster AS build
FROM golang:1.19.7-buster AS build
ARG VERSION="local"
COPY . /app
WORKDIR /app
Expand Down

0 comments on commit cdf5109

Please sign in to comment.