File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11FROM ubuntu:24.04@sha256:440dcf6a5640b2ae5c77724e68787a906afb8ddee98bf86db94eea8528c2c076
22
3- ARG GO_VERSION=1.24.4
3+ ARG GO_VERSION=1.24.5
44
55# Install dependencies, download Go, and set it up in one layer
66RUN set -eux && \
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ This repository contains a Dockerfile and GitHub Actions workflow that creates a
1414## Container Details
1515
1616- ** Base Image:** Ubuntu 24.04
17- - ** Go Version:** Configurable via repository variables ` GO_VERSION=1.24.4 `
17+ - ** Go Version:** Configurable via repository variables ` GO_VERSION=1.24.5 `
1818- ** Registry:** [ Docker Hub - esacteksab/go] ( https://hub.docker.com/r/esacteksab/go )
1919- ** Build Schedule:** Every Friday at 9:00 AM Central Time (US/Chicago)
2020
2121## Available Tags
2222
2323- ` latest ` - The most recent build
24- - ` 1.24.4 ` (or current Go version) - Tagged with the specific Go version
25- - ` 1.24.4 -YYYY-MM-DD ` - Version with build date for historical reference
24+ - ` 1.24.5 ` (or current Go version) - Tagged with the specific Go version
25+ - ` 1.24.5 -YYYY-MM-DD ` - Version with build date for historical reference
2626
2727## Features
2828
You can’t perform that action at this time.
0 commit comments