Skip to content

Commit

Permalink
chore: Bump Go to 1.23.0 & Alpine to 3.20 (#351)
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Henderson <[email protected]>
  • Loading branch information
hairyhenderson committed Aug 20, 2024
1 parent 58c20f4 commit 8581226
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/equinix-labs/otel-cli:v0.4.5 as otel-cli

FROM alpine:3.19 AS dagger
FROM alpine:3.20 AS dagger

# TODO: pull the binary from registry.dagger.io/cli:v0.9.8 (or similar) when
# https://github.com/dagger/dagger/issues/6887 is resolved
Expand All @@ -9,7 +9,7 @@ ADD https://github.com/dagger/dagger/releases/download/${DAGGER_VERSION}/dagger_
RUN tar zxf /tmp/dagger_${DAGGER_VERSION}_linux_amd64.tar.gz -C /tmp
RUN mv /tmp/dagger /bin/dagger

FROM golang:1.22-alpine
FROM golang:1.23-alpine

ARG DAGGER_VERSION=v0.11.6

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/grafana/grafana-build

go 1.21
go 1.23.0

require (
dagger.io/dagger v0.11.6
Expand Down

0 comments on commit 8581226

Please sign in to comment.