Skip to content

Commit

Permalink
Merge pull request #289 from kjsanger/feature/build-improvements
Browse files Browse the repository at this point in the history
Update the Go version in the Dockerfiles
  • Loading branch information
kjsanger authored Jan 3, 2025
2 parents c50d4a4 + a1f4e6a commit 349d129
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.22.4 AS builder
FROM golang:1.23.4 AS builder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/wtsi-npg/ub-18.04-baton-irods-4.2.11:latest

ARG GO_VERSION=1.22.4
ARG GO_VERSION=1.23.4

USER root

Expand Down

0 comments on commit 349d129

Please sign in to comment.