Skip to content

Commit

Permalink
chore(deps): bump golang from 1.18.1-buster to 1.18.2-buster
Browse files Browse the repository at this point in the history
Bumps golang from 1.18.1-buster to 1.18.2-buster.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 12, 2022
1 parent 5201b5c commit f2136ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM --platform=linux/amd64 golang:1.18.1-buster AS builder
FROM --platform=linux/amd64 golang:1.18.2-buster AS builder

ARG ENABLE_GIT_COMMAND=true
ARG ARCH=amd64
Expand Down
2 changes: 1 addition & 1 deletion cloud-node-manager.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM --platform=linux/amd64 golang:1.18.1-stretch AS builder
FROM --platform=linux/amd64 golang:1.18.2-stretch AS builder

ARG ENABLE_GIT_COMMAND=true
ARG ARCH=amd64
Expand Down

0 comments on commit f2136ac

Please sign in to comment.