From 61105b2555d2feb484b4aaaf38e6c794b9245fc9 Mon Sep 17 00:00:00 2001 From: Darin Krauss Date: Fri, 16 Aug 2024 15:48:13 -0700 Subject: [PATCH] Latest vulnerability updates - Latest vulnerability updates - Update to latest Go version --- .travis.yml | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1e9c9917..693b8eaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ dist: jammy language: go go: - - 1.22.2 + - 1.22.6 services: - docker diff --git a/Dockerfile b/Dockerfile index d3c1989e..075a8805 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Development -FROM golang:1.22.2-alpine AS development +FROM golang:1.22.6-alpine AS development WORKDIR /go/src/github.com/tidepool-org/shoreline RUN adduser -D tidepool && \ apk add --no-cache git gcc musl-dev && \