Skip to content

Commit

Permalink
Go 1.21.2 (#758)
Browse files Browse the repository at this point in the history
* Go 1.21.2

* Bump images

* Bump images
  • Loading branch information
robbydyer authored Oct 6, 2023
1 parent dd33bed commit d78dcbd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.lint
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2022-09-12
# 2023-10-06
FROM debian:bullseye-20230202-slim AS builder

# What's the meaning of all this? Well, you apparently can't run the linter
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.pibuilder
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2023-05-26 16:16
# 2023-10-06 16:16
ARG BASE=multiarch/debian-debootstrap:arm64-bullseye-slim

FROM $BASE
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.protoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN echo "@edge-testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /
git


FROM golang:1.21.2 as builder
FROM golang:1.21.1 as builder

ARG CGO_ENABLED=0
ARG GOOS=linux
Expand Down

0 comments on commit d78dcbd

Please sign in to comment.