Skip to content

Commit

Permalink
Latest vulnerability updates
Browse files Browse the repository at this point in the history
- Latest vulnerability updates
- Update to latest Go version
  • Loading branch information
darinkrauss committed Aug 16, 2024
1 parent a5c9ff2 commit 61105b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: jammy
language: go

go:
- 1.22.2
- 1.22.6

services:
- docker
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit 61105b2

Please sign in to comment.