Skip to content

Commit

Permalink
Update go container (#3019)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmachell authored Dec 19, 2024
1 parent 9603d6e commit 31dadfd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 867 deletions.
2 changes: 1 addition & 1 deletion lambda-functions/event-receiver/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.23.1-alpine AS base
FROM golang:1.23.4-alpine AS base

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion service-admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY package.json package-lock.json ./
RUN npm ci && npm run build

# Build Go app
FROM golang:1.23.1-alpine as build-env
FROM golang:1.23.4-alpine as build-env

RUN apk --update --no-cache add build-base && apk --update --no-cache add \
ca-certificates \
Expand Down
1 change: 0 additions & 1 deletion service-admin/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ require (
github.com/aws/aws-sdk-go-v2/service/ssm v1.56.1
github.com/go-ozzo/ozzo-validation v3.6.0+incompatible
github.com/golang-jwt/jwt/v4 v4.5.1
github.com/golang-jwt/jwt/v5 v5.2.1
github.com/gorilla/mux v1.8.1
github.com/ministryofjustice/opg-go-common v1.42.0
github.com/pkg/errors v0.9.1
Expand Down
Loading

0 comments on commit 31dadfd

Please sign in to comment.