Skip to content

Commit

Permalink
fix(deps): bump golang in /cmd/frontend
Browse files Browse the repository at this point in the history
Bumps golang from 1.22.4-bullseye to 1.23.4-bullseye.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bernot-dev committed Jan 10, 2025
1 parent 1597f06 commit 5a7b37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/frontend/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.22.4-bullseye as buildbase
FROM golang:1.23.4-bullseye as buildbase

# Compile the UI assets.
FROM launcher.gcr.io/google/nodejs as assets
Expand Down

0 comments on commit 5a7b37f

Please sign in to comment.