Skip to content

Commit

Permalink
deps: update golang docker tag to v1.19.4 (#495)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 15, 2022
1 parent 4f87239 commit 5a74869
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM --platform=$BUILDPLATFORM golang:1.19.3-alpine3.16 as builder
FROM --platform=$BUILDPLATFORM golang:1.19.4-alpine3.16 as builder

ARG CONTROLLER_TOOLS_VERSION=v0.9.2
ARG GIT_HASH
Expand Down
2 changes: 1 addition & 1 deletion scheduler/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM --platform=$BUILDPLATFORM golang:1.19.3-alpine3.16 as builder
FROM --platform=$BUILDPLATFORM golang:1.19.4-alpine3.16 as builder

ARG SCHEDULER_COMPATIBLE_K8S_VERSION
ARG RELEASE_VERSION
Expand Down

0 comments on commit 5a74869

Please sign in to comment.