Skip to content

Commit

Permalink
Merge pull request #768 from GoogleCloudPlatform/dependabot/docker/ev…
Browse files Browse the repository at this point in the history
…ent-exporter/golang-1.23

Bump golang from 1.22 to 1.23 in /event-exporter
  • Loading branch information
CatherineF-dev authored Sep 10, 2024
2 parents a167e12 + 36dedba commit 1e0f510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event-exporter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM --platform=$BUILDPLATFORM golang:1.22 as builder
FROM --platform=$BUILDPLATFORM golang:1.23 as builder
WORKDIR ${GOPATH}/src/github.com/GoogleCloudPlatform/k8s-stackdriver/event-exporter
COPY . ./

Expand Down

0 comments on commit 1e0f510

Please sign in to comment.