Skip to content

Commit

Permalink
fix(deps): bump golang from adee809 to a7f2fc9 in /cmd/operator
Browse files Browse the repository at this point in the history
Bumps golang from `adee809` to `a7f2fc9`.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent f197f44 commit 7219c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.23.2@sha256:adee809c2d0009a4199a11a1b2618990b244c6515149fe609e2788ddf164bd10 as buildbase
FROM golang:1.23.2@sha256:a7f2fc9834049c1f5df787690026a53738e55fc097cd8a4a93faa3e06c67ee32 as buildbase
WORKDIR /app
COPY go.mod go.mod
COPY go.sum go.sum
Expand Down

0 comments on commit 7219c28

Please sign in to comment.