Skip to content

Commit

Permalink
updated golang base image to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
godfryd committed Jul 13, 2021
1 parent ec8b633 commit bfe5bd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base-images/Rakefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
images = {
'python' => ['python:3.8.5', 'python:3.8', 'python:3', 'python:latest'],
'go' => ['golang:1.15.7', 'golang:1.15', 'golang:latest'],
'go' => ['golang:1.16.6', 'golang:1.16', 'golang:latest'],
'openjdk' => ['openjdk:11.0', 'openjdk:11', 'openjdk:latest'],
'ubuntu' => ['ubuntu:20.04'],
'centos' => ['centos:8'],
Expand Down
2 changes: 1 addition & 1 deletion base-images/docker-go.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.15.7-buster
FROM golang:1.16.6-buster

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit bfe5bd8

Please sign in to comment.