Skip to content

Commit

Permalink
Bump golang image to 1.18.3 (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
mazay authored Jun 9, 2022
1 parent 4966539 commit 214d66d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#

FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.18.1-alpine3.15 AS builder
FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.18.3-alpine3.16 AS builder
ARG RELEASE_VERSION=devel
ARG TARGETOS
ARG TARGETARCH
Expand Down

0 comments on commit 214d66d

Please sign in to comment.