Skip to content

Commit b540320

Browse files
committed
chore(deps): Update golang Docker tag to v1.24
1 parent 39c3fe0 commit b540320

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

6-appsource/hello-world/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.23@sha256:9e20c012e0f725d3c92492f47f02c7761e6a5abb64c97fb752f80fd8863e6b08 as builder
15+
FROM golang:1.24@sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509 as builder
1616
WORKDIR /code
1717
COPY main.go .
1818
COPY go.mod .

examples/default-example/6-appsource/default-example/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM golang:1.23@sha256:9e20c012e0f725d3c92492f47f02c7761e6a5abb64c97fb752f80fd8863e6b08 as builder
15+
FROM golang:1.24@sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509 as builder
1616
WORKDIR /code
1717
COPY main.go .
1818
COPY go.mod .

0 commit comments

Comments
 (0)