Skip to content

Commit

Permalink
Update the Go version in the Dockerfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
kjsanger committed Jan 3, 2025
1 parent 55412d2 commit a1f4e6a
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 a1f4e6a

Please sign in to comment.